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.
Flake8 plugin for Vim
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
flake8 plugin that integrates isort
#Awesome# A curated awesome list of flake8 extensions. Feel free to contribute! 🎓
flake8
Sublime Text plugin for lint Python files
Flake8 plugin that checks import order against various Python Style Guides
🚨 Flake8 plugin to forbid backslashes (\) for line breaks
pyproject-flake8 (pflake8), a monkey patching wrapper to connect flake8 with pyproject.toml configuration
SublimeLinter plugin for python, using flake8.
Automated security testing using bandit and flake8.
Flake8 plug-in loading the configuration from pyproject.toml
Flake8 plugin to find commented out or dead code
Flake8 wrapper to make it nice, legacy-friendly, configurable.
Flake8 plugin for managing type-checking imports & forward references.
Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks
❄ A flake8 plugin that helps you to simplify code
A flake8 plugin to detect bad practices on Django projects.
Integration of pydocstyle and flake8 for combined linting and reporting