27 results for “topic:flake8-extensions”
:octocat: A curated awesome list of flake8 extensions. Feel free to contribute! :mortar_board:
McCabe complexity checker for Python
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.
Flake8 wrapper to make it nice, legacy-friendly, configurable.
A very fast Python docstring linter
❄ 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
JSON formatter for Flake8 output
Python linter (flake8, pylint, CLI) that warns you about using deprecated modules, classes, and functions
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
Flake8 plugin to prevent usage of implicit string concatenation inside list, tuple, and set literals
A flake8 plugin that checks the use of suggestions made by the official documentation of the "typing" module.
Checks for uses of os.walk()
A flake8 plugin for SQLAlchemy 2.0
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.