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

GitHub

311 stars
5 watching
12 forks
Language: Python
last commit: 9 days ago
Linked from 1 awesome list

code-qualitycommentsflake8flake8-pluginlinterlinter-pluginwemake-python-styleguidewemake-services

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
orsinium-labs/flake8-comments Analyze redundant comments in Python code to reduce information redundancy and improve code quality. 9
tommilligan/flake8-fixme Automatically detects and flags temporary notes in Python code to help maintain coding standards. 18
wemake-services/flake8-broken-line Prevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style. 112
pycqa/flake8-bugbear A plugin that extends flake8 to detect design problems and likely bugs in Python code. 1,066
orsinium-labs/flake8-warnings Lints Python code to detect deprecated modules and functions. 12
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
cyyc1/flake8-clean-block Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. 4
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
orsinium-labs/flake8-codes Tools to inspect error codes in Python code for linting and quality assurance 14
decorator-factory/flake8-useless-assert A plugin to catch and report unnecessary assert statements in Python code. 5
datatheorem/flake8-alfred A plugin for flake8 to flag unsafe/obsolete symbols in Python code 36
orsinium-labs/flake8-todos Tools to check and enforce TODO comments in Python code 27
johnfraney/flake8-markdown A tool that checks Python code blocks in Markdown files for errors and syntax issues. 23
ebeweber/flake8-mutable An extension for flake8 to flag functions with mutable default arguments. 44
nhoad/flake8-unused-arguments A plugin to check for unused arguments in functions. 31