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
-
-
pylint
It's not just a linter that annoys you!
-
astroid
A common base representation of python source code for pylint and other projects
-
prospector
Inspects Python source files and provides information about type and location of classes, methods etc
-
isort
A Python utility / library to sort imports.
-
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.
-
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
-
modernize
Modernizes Python code for eventual Python 3 migration. Built on top of 2to3.
-
bandit
Bandit is a tool designed to find common security issues in Python code.
-
meta
Documentation about how the PyCQA organization works
-
-
mccabe
McCabe complexity checker for Python
-
pycodestyle
Simple Python style checker in one Python file
-
flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
-
redbaron
Bottom-up approach to refactoring in python
-
pep8-naming
Naming Convention checker for 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
Mirror of PyCQA's infrastructure playbooks