Change the repository type filter
All
Repositories list
28 repositories
- Simple Python style checker in one Python file
bandit
PublicBandit is a tool designed to find common security issues in Python code.- Integration of pydocstyle and flake8 for combined linting and reporting
flake8-polyfill
Public- JSON formatter for Flake8 output
- 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.
- Style checker for sphinx (or other) rst documentation.
flake8-bugbear
PublicA plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.bandit-action
PublicGitHub Action to run Banditautoflake
Public- A plugin for Flake8 that provides specializations for type hinting stub files
- McCabe complexity checker for Python
isort
PublicA Python utility / library to sort imports.pep8-naming
PublicNaming Convention checker for Pythonpylint-pytest
Public archive- Flake8 plugin that checks import order against various Python Style Guides
pydocstyle
Public archivemccabe-console-script
Public mirror