flake8
There are 666 repositories under flake8 topic.
PyCQA/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.
amontalenti/elements-of-python-style
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
wemake-services/wemake-python-styleguide
The strictest and most opinionated python linter ever!
DmytroLitvinov/awesome-flake8-extensions
:octocat: A curated awesome list of flake8 extensions. Feel free to contribute! :mortar_board:
ml-tooling/best-of-python-dev
🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.
nbQA-dev/nbQA
Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks
life4/deal
🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
sourcery-ai/python-best-practices-cookiecutter
Python best practices project cookiecutter 🍪
phatboyg/NewId
A sequential id generator that works across nodes with no collisions
PyCQA/mccabe
McCabe complexity checker for Python
pep8speaks-org/pep8speaks
A GitHub :octocat: app to automatically review Python code style over Pull Requests
PyCQA/pep8-naming
Naming Convention checker for Python
adamchainz/flake8-comprehensions
❄️ A flake8 plugin to help you write better list/set/dict comprehensions.
antkahn/flask-api-starter-kit
Start a Flask API in less than 5 minutes
andreoliwa/nitpick
Enforce the same settings on multiple projects
wemake-services/flake8-eradicate
Flake8 plugin to find commented out or dead code
PyCQA/flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
asottile/yesqa
Automatically remove unnecessary `# noqa` comments
innogames/igcommit
Git pre-receive hook to check commits and code style
grantmcconnaughey/Flake8Rules
Descriptions and examples for the rules in Flake8 (pyflakes, pycodestyle, and mccabe).
mschwager/cohesion
A tool for measuring Python class cohesion.
life4/flakehell
Flake8 wrapper to make it nice, legacy-friendly, configurable.
john-hen/Flake8-pyproject
Flake8 plug-in loading the configuration from pyproject.toml
m-burst/flake8-pytest-style
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
MartinThoma/flake8-simplify
❄ A flake8 plugin that helps you to simplify code
deppen8/pandas-vet
A plugin for Flake8 that checks pandas code
jsh9/pydoclint
A Python docstring linter that checks arguments, returns, yields, and raises sections
dlint-py/dlint
Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.
PyCQA/flake8-docstrings
Integration of pydocstyle and flake8 for combined linting and reporting
sco1/flake8-annotations
Flake8 Type Annotation Checking
zillionare/python-project-wizard
A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
snok/flake8-type-checking
Flake8 plugin for managing type-checking imports & forward references.
pytorch-labs/torchfix
TorchFix - a linter for PyTorch-using code with autofix support
mlshapiro/jupyterlab-flake8
Jupyterlab python linter for notebooks and text files using flake8
wemake-services/flake8-broken-line
🚨 Flake8 plugin to forbid backslashes (\) for line breaks
tylerwince/flake8-bandit
Automated security testing using bandit and flake8.