flake8 topic
py-package-template
Python package template project for kick-starting new Python projects.
deal
🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
best-of-python-dev
🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.
elements-of-python-style
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
flake8
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.
wemake-python-styleguide
The strictest and most opinionated python linter ever!
nbQA
Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks
NewId
A sequential id generator that works across nodes with no collisions
flakehell
Flake8 wrapper to make it nice, legacy-friendly, configurable.
mccabe
McCabe complexity checker for Python