Python Code Quality Authority

Results 25 repositories owned by Python Code Quality Authority

eradicate

195
Stars
24
Forks
Watchers

Removes commented-out code from Python files

bandit

6.0k
Stars
581
Forks
Watchers

Bandit is a tool designed to find common security issues in Python code.

pycodestyle

5.0k
Stars
752
Forks
Watchers

Simple Python style checker in one Python file

flake8

3.3k
Stars
301
Forks
Watchers

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

doc8

161
Stars
34
Forks
Watchers

Style checker for sphinx (or other) rst documentation.

mccabe

625
Stars
59
Forks
Watchers

McCabe complexity checker for Python

isort

6.3k
Stars
563
Forks
Watchers

A Python utility / library to sort imports.

pep8-naming

492
Stars
182
Forks
Watchers

Naming Convention checker for Python

flake8-import-order

276
Stars
72
Forks
Watchers

Flake8 plugin that checks import order against various Python Style Guides

flake8-bugbear

1.0k
Stars
103
Forks
Watchers

A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.