Python Code Quality Authority
- Everywhere
- http://meta.pycqa.org
- code-quality@python.org
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upRepositories
pycodestyle
Simple Python style checker in one Python file
flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
flake8 Mirror
Mirrored from https://gitlab.com/pycqa/flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
prospector
Inspects Python source files and provides information about type and location of classes, methods etc
pylint
It's not just a linter that annoys you!
bandit
Bandit is a tool designed to find common security issues in Python code.
pep8-naming
Naming Convention checker for Python
pylint-django
Pylint plugin for improving code analysis for when using Django
astroid
A common base representation of python source code for pylint and other projects
flake8-bugbear
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
baron
IDE allow you to refactor code, Baron allows you to write refactoring code.
meta
Documentation about how the PyCQA organization works
mccabe
McCabe complexity checker for Python
pylint-plugin-utils
Utilities and helpers for writing Pylint plugins
flake8-commas
Flake8 extension for enforcing trailing commas in python
flake8-polyfill
Mirror of the flake8_polyfill project from GitLab
pylint-celery
Pylint plugin for analysing code using Celery
flake8-docstrings Mirror
Mirrored from https://gitlab.com/pycqa/flake8-docstrings
Official mirror of https://gitlab.com/pycqa/flake8-docstrings
mccabe-console-script Mirror
Mirrored from https://gitlab.com/pycqa/mccabe-console-script
Add a console script for the mccabe complexity checker
oeuvre
A repository to collect examples of Python code for testing code-quality tools
infrastructure
Mirror of PyCQA's infrastructure playbooks