There are 0 repository under flake8-extensions topic.
:octocat: A curated awesome list of flake8 extensions. Feel free to contribute! :mortar_board:
Naming Convention checker for Python
Flake8 plugin that checks import order against various Python Style Guides
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
❄ A flake8 plugin that helps you to simplify code
Flake8 plugin for managing type-checking imports & forward references.
Flake8 plugin for a smart line length validation.
A Flake8 plugin to ensure a consistent format for multiline containers.
CLI tool to introspect flake8 plugins and their codes
Python linter (flake8, pylint, CLI) that warns you about using deprecated modules, classes, and functions
JSON formatter for Flake8 output
More powerful configs for flake8
Report redundant comments in python code
Flake8 plugin that runs PyLint
:octocat: Flake8 formatter for GitHub Actions
flake8-sqlalchemy
A flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code
list of flake8 plugins and their codes
A flake8 plugin that checks the use of suggestions made by the official documentation of the "typing" module.
Flake8 plugin to prevent usage of implicit string concatenation inside list, tuple, and set literals
Checks for uses of os.walk()
A flake8 plugin that enforces 8-space indentation in function/class definitions in Python code
A Flake8 formatter that applies '# noqa: <errors>' annotations to the flake8 violations found, helping to incrementally improve code quality.