Skip to content
Snippets Groups Projects
PyCQA

PyCQA

A group which contains various Python Code Quality tools. Feel free to join the mailing list at code-quality@python.org

  • A

    Mirror of the Python Code Quality Authority's Astroid project

  • B

    Mirror of the Python Code Quality Authority's Baron Full Syntax Tree library

  • F

    flake8 is a python tool that glues together pep8, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

  • F

    Plugin to allow users to define a custom indentation size.

  • F

    A plugin to flake8 to include checks provided by pep257

  • F

    Experimental project to rewrite Flake8 to be less dependent upon the internals of pep8 based on known requirements for handling plugins and dispatching them appropriately.

  • F

    A tiny package that provides the poly fill for Flake8 plugins trying to support Flake8 2.x and Flake8 3.x

  • F

    Flake8 integration with Setuptools to provide a command for use from setup.py

  • I

    Ansible playbooks and roles for managing the PyCQA infrastructure

  • M

    Mirror of the McCabe Complexity Checker plugin for Flake8

  • M

    A project to provide a console script (entry point) to mccabe

  • P

    Mirror of the Python Code Quality Authority's flake8 plugin "pep8-naming"

  • P

    Mirror of the Python Code Quality Authority's pycodestyle (formerly pep8) tool

  • P

    Mirror of the pydocstyle (formerly pep257) project from GitHub.

  • P

    Mirror of the Python Code Quality Authority's PyLint static code analysis tool.

  • R

    Mirror of Python Code Quality Authority's RedBaron project