flake8-eradicate
Code Scrubber
Automatically identifies and flags unused or commented-out code in Python projects.
Flake8 plugin to find commented out or dead code
311 stars
5 watching
12 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
code-qualitycommentsflake8flake8-pluginlinterlinter-pluginwemake-python-styleguidewemake-services
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
| | Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
| | Prevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style. | 111 |
| | A tool to identify likely bugs and design problems in Python code | 1,066 |
| | Lints Python code to detect deprecated modules and functions. | 12 |
| | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| | Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. | 4 |
| | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
| | A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| | A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |
| | A tool to check TODO comments in Python code for consistency and completeness. | 27 |
| | Checks Python code in Markdown files for errors and syntax issues | 23 |
| | An extension for flake8 to flag functions with mutable default arguments. | 44 |
| | A plugin to check for unused arguments in functions. | 31 |