Python Code Quality Authority

Results 25 repositories owned by Python Code Quality Authority

pydocstyle

1.1k
Stars
190
Forks
Watchers

docstring style checker

docformatter

518
Stars
59
Forks
Watchers

Formats docstrings to follow PEP 257

autoflake

867
Stars
80
Forks
Watchers

Removes unused imports and unused variables as reported by pyflakes

baron

285
Stars
52
Forks
Watchers

IDE allow you to refactor code, Baron allows you to write refactoring code.

flake8-commas

127
Stars
31
Forks
Watchers

Flake8 extension for enforcing trailing commas in python

modernize

339
Stars
56
Forks
Watchers

Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)

prospector

1.7k
Stars
158
Forks
Watchers

Inspects Python source files and provides information about type and location of classes, methods etc

pyflakes

1.3k
Stars
177
Forks
Watchers

A simple program which checks Python source files for errors

pylint-django

542
Stars
114
Forks
Watchers

Pylint plugin for improving code analysis for when using Django

flake8-docstrings

154
Stars
17
Forks
Watchers

Integration of pydocstyle and flake8 for combined linting and reporting