Registry / testing / pylint-quotes

pylint-quotes

JSON →
library0.2.3pypypiunverified

A PyLint plugin that enforces quote consistency (single vs double quotes) in Python code. Current version 0.2.3. The project is in maintenance mode with infrequent releases.

pip install pylint-quotes
INSTALL
IMPORT
SIG · PYLINT-QUOTES
P
pylint-quotes
testingpythonv0.2.3
Install
2.9s avg
Import
—
Disk
26MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v0.2.3 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 26.9MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 2.9s · import 0.000s · 27MB
26MB installed
● package 26MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QuoteChecker
✓ from pylint_quotes.checker import QuoteChecker
✗ from pylint_quotes.checker import QuoteChecker

Load the plugin by adding it to your pylint configuration or passing --load-plugins.

# Enable the plugin in your .pylintrc or via command line: # [MASTER] # load-plugins=pylint_quotes # # Then run: pylint --load-plugins=pylint_quotes my_file.py
Debug
Known issues
gotchapylint-quotes 0.2.2+ dropped compatibility with pylint < 2.8.0. Ensure you have pylint >= 2.8.0.
fix
Upgrade pylint to >= 2.8.0.
affects: >=0.2.2
gotchaThe plugin's behavior for triple-quoted strings and docstrings can be surprising. Triple quotes are always ignored by default.
fix
Review configuration options for 'ignore-triple-quotes' and 'avoid-escape'.
affects: all
deprecatedSupport for Python 3.6 may be dropped in future releases. Python 3.6 reached end of life.
fix
Upgrade to Python 3.7+.
affects: ~0.2.3
Upgrade
Version history
0.2.3latest on PyPI · released May 25, 2021
Audit
Dependencies
pylintrequiredRequired runtime dependency for the plugin
Agent activity
10 hits · last 30 days
node
10
Resources
pylint-quotes — pip install pylint-quotes · libregistry