Python Code Quality Authority
- Everywhere
- http://meta.pycqa.org
- code-quality@python.org
Repositories
-
pylint
It's not just a linter that annoys you!
-
isort
A Python utility / library to sort imports.
-
bandit
Bandit is a tool designed to find common security issues in Python code.
-
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.
-
prospector
Inspects Python source files and provides information about type and location of classes, methods etc
-
astroid
A common base representation of python source code for pylint and other projects
-
modernize
Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
-
-
pep8-naming
Naming Convention checker for Python
-
flake8-commas
Flake8 extension for enforcing trailing commas in python
-
flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
-
baron
IDE allow you to refactor code, Baron allows you to write refactoring code.
-
pycodestyle
Simple Python style checker in one Python file
-
meta
Documentation about how the PyCQA organization works
-
pylint-django
Pylint plugin for improving code analysis for when using Django
-
flake8 Mirror
Mirrored from https://gitlab.com/pycqa/flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
-
-
redbaron
Bottom-up approach to refactoring in python
-
doc8
Style checker for sphinx (or other) rst documentation.
-
mccabe
McCabe complexity checker for Python
-
-
pylint-plugin-utils
Utilities and helpers for writing Pylint plugins
-
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 Archived
Mirror of PyCQA's infrastructure playbooks