{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/2"}],"enrichment":{"capability":"A flake8 plugin that enforces consistent quote style in Python code, checking inline strings, multiline strings, and docstrings against configurable rules.","skillfed_tags":["flake8-plugin","code-style","linting"],"use_cases":["Enforce single-quote style across a team's codebase to match PEP 8 conventions and reduce style debates.","Catch inconsistent quote usage in docstrings and multiline strings that other linters might miss.","Automatically flag unnecessary quote escaping (e.g., using double quotes when single quotes would avoid a backslash).","Integrate quote-style checks into CI/CD pipelines alongside other flake8 rules without adding a separate tool.","Configure different quote rules for inline strings versus docstrings in the same project."],"what_it_does":"flake8-quotes is a flake8 plugin that audits Python source code for quote style consistency. It enforces rules on inline strings, multiline strings, and docstrings, allowing you to standardize on either single or double quotes across a codebase. The plugin emits warnings with the Q0 prefix (Q000 for bad quotes, Q001 for multiline, Q002 for docstrings, Q003 for unnecessary escaping) that integrate into flake8's normal output.\n\nThe package follows PEP 8 conventions by default, preferring single quotes and automatically flagging unnecessary escape sequences. You configure it via flake8's standard configuration files (.flake8, setup.cfg, tox.ini) or CLI flags, choosing your preferred quote style and whether to allow escaping. It has no runtime dependencies beyond flake8 itself and supports Python 3.8, 3.9, 3.10, 3.11, and 3.12.","worth_installing":"Yes, if you use flake8 and want to enforce quote consistency. The plugin is stable (Production/Stable status, MIT license, no known vulnerabilities) and in active use. The dormant maintenance status is a minor concern\u2014check that it remains compatible with your flake8 version\u2014but the simple, focused scope of quote linting makes it unlikely to break."},"id":"flake8-quotes","links":{"html":"https://skillfed.io/packages/flake8-quotes","md":"https://skillfed.io/packages/flake8-quotes.md","pypi":"https://pypi.org/project/flake8-quotes/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-02-10","license_spdx":null,"license_treatment":"permissive","name":"flake8-quotes","python_support":"unspecified","summary":"Flake8 lint for quotes."},"popularity":{"monthly_downloads":965631,"position":4622,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.4.0"}
