flake8-clean-block

Block separator plugin

Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs.

A flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code

GitHub

4 stars
1 watching
0 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list

flake8-extensionflake8-extensionsflake8-pluginflake8-pluginspython

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
cyyc1/flake8-indent-in-defEnforces consistent 8-space indentation in Python function and class definitions to improve readability.0
wemake-services/flake8-broken-linePrevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style.111
pycqa/flake8-commasEnforces trailing commas in Python code to avoid merge conflicts and improve readability.131
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
jamescooke/flake8-aaaA Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests69
peterjc/flake8-blackA flake8 plugin that runs black to validate Python code style and enforce coding standards.165
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
wemake-services/flake8-eradicateAutomatically identifies and flags unused or commented-out code in Python projects.311
python-formate/flake8-slotsRequires slots to be defined for subclasses of immutable types in Python3
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
orsinium-labs/flake8-lengthProvides an alternative line length validation rule for Python code to help maintain readable text messages24
adamchainz/flake8-comprehensionsA flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.464
decorator-factory/flake8-useless-assertA plugin to catch and report unnecessary assert statements in Python code.5
queensferryme/flake8-too-manyA flake8 plugin that prevents excessive bad code in Python4