flake8-extensions
There are 26 repositories under flake8-extensions topic.
DmytroLitvinov/awesome-flake8-extensions
:octocat: A curated awesome list of flake8 extensions. Feel free to contribute! :mortar_board:
PyCQA/mccabe
McCabe complexity checker for Python
PyCQA/pep8-naming
Naming Convention checker for Python
PyCQA/flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
m-burst/flake8-pytest-style
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
life4/flakehell
Flake8 wrapper to make it nice, legacy-friendly, configurable.
MartinThoma/flake8-simplify
❄ A flake8 plugin that helps you to simplify code
jsh9/pydoclint
A Python docstring linter that checks arguments, returns, yields, and raises sections
snok/flake8-type-checking
Flake8 plugin for managing type-checking imports & forward references.
orsinium-labs/flake8-length
Flake8 plugin for a smart line length validation.
jsfehler/flake8-multiline-containers
A Flake8 plugin to ensure a consistent format for multiline containers.
orsinium-labs/flake8-codes
CLI tool to introspect flake8 plugins and their codes
orsinium-labs/flake8-warnings
Python linter (flake8, pylint, CLI) that warns you about using deprecated modules, classes, and functions
PyCQA/flake8-json
JSON formatter for Flake8 output
orsinium-labs/flake8-ruler
More powerful configs for flake8
orsinium-labs/flake8-comments
Report redundant comments in python code
orsinium-labs/flake8-pylint
Flake8 plugin that runs PyLint
maxkrivich/flake8-github
:octocat: Flake8 formatter for GitHub Actions
miketheman/flake8-sqlalchemy
flake8-sqlalchemy
cyyc1/flake8-clean-block
A flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code
orsinium-labs/flakes
list of flake8 plugins and their codes
atollk/flake8-typing-collections
A flake8 plugin that checks the use of suggestions made by the official documentation of the "typing" module.
asherf/flake8-os-walk
Checks for uses of os.walk()
johnzielke/flake8-no-implicit-str-concat-in-list
Flake8 plugin to prevent usage of implicit string concatenation inside list, tuple, and set literals
cyyc1/flake8-indent-in-def
A flake8 plugin that enforces 8-space indentation in function/class definitions in Python code
snackattas/flake8-scout-rule
A Flake8 formatter that applies '# noqa: <errors>' annotations to the flake8 violations found, helping to incrementally improve code quality.