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
-
isort
A Python utility / library to sort imports.
-
pylint
It's not just a linter that annoys you!
-
bandit
Bandit is a tool designed to find common security issues in Python code.
-
mccabe
McCabe complexity checker for Python
-
-
flake8 Mirror
Mirrored from https://gitlab.com/pycqa/flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
-
modernize
Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
-
-
pycodestyle
Simple Python style checker in one Python file
-
-
astroid
A common base representation of python source code for pylint and other projects
-
pep8-naming
Naming Convention checker for Python
-
pylint-django
Pylint plugin for improving code analysis for when using Django
-
meta
Documentation about how the PyCQA organization works
-
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
-
flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
-
redbaron
Bottom-up approach to refactoring in python
-
baron
IDE allow you to refactor code, Baron allows you to write refactoring code.
-
-
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 Archived
Mirror of PyCQA's infrastructure playbooks