flake8-noqa
Comment Formatter
Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8.
flake8 plugin to validate #noqa comments - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-noqa
41 stars
5 watching
6 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
flake8flake8-extensionflake8-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
pycqa/flake8-json | Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
asottile/yesqa | Automates the removal of outdated or unnecessary code comments | 267 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 166 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
danielkusydev/flake8-ado | Automatically checks Python comments against AzureDevOps tickets | 7 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 31 |
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |