linter-flake8 topic

List linter-flake8 repositories

Svelvet

5.0k
Stars
752
Forks
Watchers

Simple Python style checker in one Python file

pycodestyle

5.0k
Stars
752
Forks
Watchers

Simple Python style checker in one Python file

flake8

3.3k
Stars
301
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.

mccabe

625
Stars
59
Forks
Watchers

McCabe complexity checker for Python

pep8-naming

492
Stars
182
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.