Simple Python style checker in one Python file
-
Updated
Oct 29, 2024 - Python
Simple Python style checker in one Python file
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
McCabe complexity checker for Python
Naming Convention checker for Python
Flake8 plugin that checks import order against various Python Style Guides
Add a description, image, and links to the linter-flake8 topic page so that developers can more easily learn about it.
To associate your repository with the linter-flake8 topic, visit your repo's landing page and select "manage topics."