Contents

flake8-eradicate 1.5.0

0

Flake8 plugin to find commented out code

Flake8 plugin to find commented out code

Stars: 304, Watchers: 304, Forks: 13, Open Issues: 9

The wemake-services/flake8-eradicate repo was created 5 years ago and the last code push was 1 weeks ago.
The project is popular with 304 github stars!

How to Install flake8-eradicate

You can install flake8-eradicate using pip

pip install flake8-eradicate

or add it to a project with poetry

poetry add flake8-eradicate

Package Details

Author
Nikita Sobolev
License
MIT
Homepage
https://github.com/wemake-services/flake8-eradicate
PyPi:
https://pypi.org/project/flake8-eradicate/
GitHub Repo:
https://github.com/wemake-services/flake8-eradicate

Classifiers

  • Software Development/Libraries/Python Modules
  • Software Development/Quality Assurance
No  flake8-eradicate  pypi packages just yet.

Errors

A list of common flake8-eradicate errors.

Code Examples

Here are some flake8-eradicate code examples and snippets.

Related Packages & Articles

flake8-bugbear 24.2.6

A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.

flake8 7.0.0

the modular source code checker: pep8 pyflakes and co