139 skills found · Page 1 of 5
PyCQA / PycodestyleSimple Python style checker in one Python file
PyCQA / Flake8flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
wemake-services / Wemake Python StyleguideThe strictest and most opinionated python linter ever!
PyCQA / Flake8 BugbearA plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
nvie / Vim Flake8Flake8 plugin for Vim
PyCQA / MccabeMcCabe complexity checker for Python
PyCQA / Pep8 NamingNaming Convention checker for Python
adamchainz / Flake8 Comprehensions❄️ A flake8 plugin to help you write better list/set/dict comprehensions.
andreoliwa / NitpickEnforce the same settings on multiple projects
wemake-services / Flake8 EradicateFlake8 plugin to find commented out or dead code
PyCQA / Flake8 Import OrderFlake8 plugin that checks import order against various Python Style Guides
mschwager / CohesionA tool for measuring Python class cohesion.
john-hen / Flake8 PyprojectFlake8 plug-in loading the configuration from pyproject.toml
m-burst / Flake8 Pytest StyleA flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
life4 / FlakehellFlake8 wrapper to make it nice, legacy-friendly, configurable.
jsh9 / PydoclintA very fast Python docstring linter
MartinThoma / Flake8 Simplify❄ A flake8 plugin that helps you to simplify code
SublimeLinter / SublimeLinter Flake8SublimeLinter plugin for python, using flake8.
gforcada / Flake8 Isortflake8 plugin that integrates isort
rocioar / Flake8 DjangoA flake8 plugin to detect bad practices on Django projects.