flake8-plugins
There are 18 repositories under flake8-plugins topic.
DmytroLitvinov/awesome-flake8-extensions
:octocat: A curated awesome list of flake8 extensions. Feel free to contribute! :mortar_board:
john-hen/Flake8-pyproject
Flake8 plug-in loading the configuration from pyproject.toml
m-burst/flake8-pytest-style
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
jsh9/pydoclint
A Python docstring linter that checks arguments, returns, yields, and raises sections
SemyonSinchenko/flake8-pyspark-with-column
A flake8 plugin that detects of usage withColumn in a loop or inside reduce
orsinium-labs/flake8-length
Flake8 plugin for a smart line length validation.
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
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
bskinn/flake8-bot
Bot to automatically generate and maintain various lists of flake8 plugin entry points, and to tweet new/updated packages to @Flake8Plugins
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
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