flake8-extensions topic

List flake8-extensions repositories

awesome-flake8-extensions

1.2k
Stars
52
Forks
Watchers

:octocat: A curated awesome list of flake8 extensions. Feel free to contribute! :mortar_board:

flakehell

233
Stars
46
Forks
Watchers

Flake8 wrapper to make it nice, legacy-friendly, configurable.

mccabe

625
Stars
59
Forks
Watchers

McCabe complexity checker for Python

pep8-naming

492
Stars
182
Forks
Watchers

Naming Convention checker for Python

flake8-pytest-style

221
Stars
15
Forks
Watchers

A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.

flake8-simplify

182
Stars
19
Forks
Watchers

❄ A flake8 plugin that helps you to simplify code

flake8-import-order

276
Stars
72
Forks
Watchers

Flake8 plugin that checks import order against various Python Style Guides

flake8-type-checking

110
Stars
15
Forks
Watchers

Flake8 plugin for managing type-checking imports & forward references.

flake8-length

23
Stars
5
Forks
Watchers

Flake8 plugin for a smart line length validation.

pydoclint

113
Stars
12
Forks
Watchers

A Python docstring linter that checks arguments, returns, yields, and raises sections