{"id":21766,"library":"pylint-quotes","title":"pylint-quotes","description":"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.","status":"active","version":"0.2.3","language":"python","source_language":"en","source_url":"https://github.com/edaniszewski/pylint-quotes","tags":["pylint","plugin","code-style","quotes"],"install":[{"cmd":"pip install pylint-quotes","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"Required runtime dependency for the plugin","package":"pylint","optional":false}],"imports":[{"note":"Correct import goes through the checker submodule.","wrong":"from pylint_quotes import QuoteChecker","symbol":"QuoteChecker","correct":"from pylint_quotes.checker import QuoteChecker"}],"quickstart":{"code":"# Enable the plugin in your .pylintrc or via command line:\n# [MASTER]\n# load-plugins=pylint_quotes\n#\n# Then run:\npylint --load-plugins=pylint_quotes my_file.py","lang":"python","description":"Load the plugin by adding it to your pylint configuration or passing --load-plugins."},"warnings":[{"fix":"Upgrade pylint to >= 2.8.0.","message":"pylint-quotes 0.2.2+ dropped compatibility with pylint < 2.8.0. Ensure you have pylint >= 2.8.0.","severity":"gotcha","affected_versions":">=0.2.2"},{"fix":"Review configuration options for 'ignore-triple-quotes' and 'avoid-escape'.","message":"The plugin's behavior for triple-quoted strings and docstrings can be surprising. Triple quotes are always ignored by default.","severity":"gotcha","affected_versions":"all"},{"fix":"Upgrade to Python 3.7+.","message":"Support for Python 3.6 may be dropped in future releases. Python 3.6 reached end of life.","severity":"deprecated","affected_versions":"~0.2.3"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"pip install pylint-quotes","cause":"The package is not installed or misnamed.","error":"ModuleNotFoundError: No module named 'pylint_quotes'"},{"fix":"pip install pylint","cause":"pylint itself is not installed.","error":"pylint: command not found"},{"fix":"Use underscore: pylint --load-plugins=pylint_quotes","cause":"Using hyphen instead of underscore in plugin name, or wrong pylint version.","error":"Unrecognized option found: --load-plugins=pylint-quotes"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}