{"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":[{"wrong":"from pylint_quotes.checker 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,"search_vec":"'0.2.3':20 'code':17,33 'code-styl':32 'consist':10 'current':18 'doubl':13 'enforc':8 'infrequ':28 'mainten':25 'mode':26 'plugin':6,31 'project':22 'pylint':2,5,30 'pylint-quot':1 'python':16 'quot':3,9,14,35 'releas':29 'singl':11 'style':34 'version':19 'vs':12","created_at":"2026-04-27T17:01:38.114860+00:00","updated_at":"2026-04-27T17:01:38.114860+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\n  File \"/tmp/tmpon1fnt1h/venv/lib/python3.12/site-packages/pylint_quotes/__init__.py\", line 5, in <module>\n    from pylint_quotes import checker, plugin  # noqa: F401\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/tmp/"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.2.3","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/edaniszewski/pylint-quotes","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pylint-quotes/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}