There are no reviews yet. Be the first to send feedback to the community and the maintainers!
isort
A Python utility / library to sort imports.bandit
Bandit is a tool designed to find common security issues in Python code.pycodestyle
Simple Python style checker in one Python filepylint
It's not just a linter that annoys you!flake8
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.pyflakes
A simple program which checks Python source files for errorspydocstyle
docstring style checkerflake8-bugbear
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.autoflake
Removes unused imports and unused variables as reported by pyflakesredbaron
Bottom-up approach to refactoring in pythonmccabe
McCabe complexity checker for Pythonpylint-django
Pylint plugin for improving code analysis for when using Djangodocformatter
Formats docstrings to follow PEP 257pep8-naming
Naming Convention checker for Pythonastroid
A common base representation of python source code for pylint and other projectsmodernize
Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)baron
IDE allow you to refactor code, Baron allows you to write refactoring code.flake8-import-order
Flake8 plugin that checks import order against various Python Style Guideseradicate
Removes commented-out code from Python filesdoc8
Style checker for sphinx (or other) rst documentation.flake8-docstrings
Integration of pydocstyle and flake8 for combined linting and reportingflake8-commas
Flake8 extension for enforcing trailing commas in pythonpylint-celery
Pylint plugin for analysing code using Celerymeta
Documentation about how the PyCQA organization workspylint-plugin-utils
Utilities and helpers for writing Pylint pluginsoeuvre
A repository to collect examples of Python code for testing code-quality toolsflake8-polyfill
Project to make writing plugins across major versions of flake8 easierflake8-json
JSON formatter for Flake8 outputbandit-action
GitHub Action to run Banditinfrastructure
Mirror of PyCQA's infrastructure playbooksmccabe-console-script
Add a console script for the mccabe complexity checkerLove Open Source and this site? Check out how you can help us