Python Code Quality Authority
Organization for code quality tools (and plugins) for the Python programming language
Pinned Loading
Repositories
Showing 10 of 29 repositories
- vscode-bandit Public
A Visual Studio Code extension with support for the Bandit static analysis tool.
- flake8-import-order Public
Flake8 plugin that checks import order against various Python Style Guides
- flake8-bugbear Public
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
- flake8 Public
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.