flake8-extension
There are 18 repositories under flake8-extension topic.
jsh9/pydoclint
A Python docstring linter that checks arguments, returns, yields, and raises sections
PyCQA/flake8-docstrings
Integration of pydocstyle and flake8 for combined linting and reporting
plinss/flake8-noqa
flake8 plugin to validate #noqa comments - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-noqa
orsinium-labs/flake8-length
Flake8 plugin for a smart line length validation.
orsinium-labs/flake8-warnings
Python linter (flake8, pylint, CLI) that warns you about using deprecated modules, classes, and functions
PyCQA/flake8-polyfill
Project to make writing plugins across major versions of flake8 easier
PyCQA/flake8-json
JSON formatter for Flake8 output
orsinium-labs/flake8-comments
Report redundant comments in python code
orsinium-labs/flake8-pylint
Flake8 plugin that runs PyLint
rdbende/flake8-tkinter
A flake8 plugin that helps you write better Tkinter code
maxkrivich/flake8-github
:octocat: Flake8 formatter for GitHub Actions
miketheman/flake8-sqlalchemy
flake8-sqlalchemy
plinss/flake8-literal
flake8 plugin to validate string literals - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-literal
cyyc1/flake8-clean-block
A flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code
plinss/flake8-modern-annotations
flake8 plugin to validate type annotations accoring to modern practices - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-modern-annotations
bradleybonitatibus/flake8-airflow
A flake8 plugin for linting Apache Airflow code
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