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.1k
Stars
584
Forks
Watchers

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

pycodestyle

2.5k
Stars
159
Forks
Watchers

🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts

flake8

3.3k
Stars
302
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
36
Forks
Watchers

Style checker for sphinx (or other) rst documentation.

mccabe

626
Stars
59
Forks
Watchers

McCabe complexity checker for Python

isort

6.3k
Stars
565
Forks
Watchers

A Python utility / library to sort imports.

pep8-naming

494
Stars
184
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.