flake8-comments

Comment Analyzer

Analyze redundant comments in Python code to reduce information redundancy and improve code quality.

Report redundant comments in python code

GitHub

9 stars
4 watching
1 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list

clean-codecode-qualitycommentsflake8flake8-extensionflake8-extensionsflake8-pluginflake8-pluginslinterpythonqa

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
orsinium-labs/flake8-codes Tools to inspect error codes in Python code for linting and quality assurance 14
orsinium-labs/flake8-todos Tools to check and enforce TODO comments in Python code 27
orsinium-labs/flake8-pylint An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. 8
orsinium-labs/flake8-warnings Lints Python code to detect deprecated modules and functions. 12
orsinium-labs/flake8-length Provides an alternative line length validation rule for Python code to help maintain readable text messages 24
wemake-services/flake8-eradicate Automatically identifies and flags unused or commented-out code in Python projects. 311
orsinium-labs/flake8-ruler Generates a flake8 configuration file from a more powerful config format 11
best-doctor/flake8-annotations-complexity Tools to help write clear and maintainable Python code with type annotations 46
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
plinss/flake8-noqa Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8. 41
decorator-factory/flake8-useless-assert A plugin to catch and report unnecessary assert statements in Python code. 5
best-doctor/flake8-annotations-coverage Reports on files with low type annotations in Python code 34
martinthoma/flake8-simplify A plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives 186
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 465