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: almost 2 years ago
Linked from 1 awesome list

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

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
orsinium-labs/flake8-commentsAnalyze redundant comments in Python code to reduce information redundancy and improve code quality.9
tommilligan/flake8-fixmeAutomatically detects and flags temporary notes in Python code to help maintain coding standards.18
wemake-services/flake8-broken-linePrevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style.111
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
orsinium-labs/flake8-warningsLints Python code to detect deprecated modules and functions.12
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
cyyc1/flake8-clean-blockEnforces a blank line after certain Python block types to improve code readability and prevent subtle bugs.4
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
decorator-factory/flake8-useless-assertA plugin to catch and report unnecessary assert statements in Python code.5
datatheorem/flake8-alfredA plugin for flake8 to flag unsafe/obsolete symbols in Python code36
orsinium-labs/flake8-todosA tool to check TODO comments in Python code for consistency and completeness.27
johnfraney/flake8-markdownChecks Python code in Markdown files for errors and syntax issues23
ebeweber/flake8-mutableAn extension for flake8 to flag functions with mutable default arguments.44
nhoad/flake8-unused-argumentsA plugin to check for unused arguments in functions.31