flake8 topic

List flake8 repositories
trafficstars

py-package-template

81
Stars
36
Forks
Watchers

Python package template project for kick-starting new Python projects.

deal

703
Stars
24
Forks
Watchers

🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.

best-of-python-dev

930
Stars
43
Forks
Watchers

🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.

elements-of-python-style

3.4k
Stars
261
Forks
Watchers

Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.

flake8

3.3k
Stars
302
Forks
Watchers

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

2.4k
Stars
383
Forks
Watchers

The strictest and most opinionated python linter ever!

nbQA

979
Stars
38
Forks
Watchers

Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks

NewId

644
Stars
80
Forks
Watchers

A sequential id generator that works across nodes with no collisions

flakehell

233
Stars
46
Forks
Watchers

Flake8 wrapper to make it nice, legacy-friendly, configurable.

mccabe

626
Stars
59
Forks
Watchers

McCabe complexity checker for Python