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: about 2 years ago
Linked from 1 awesome list

flake8-extensionflake8-extensionsflake8-pluginflake8-pluginspython

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
cyyc1/flake8-indent-in-def Enforces consistent 8-space indentation in Python function and class definitions to improve readability. 0
wemake-services/flake8-broken-line Prevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style. 111
pycqa/flake8-commas Enforces trailing commas in Python code to avoid merge conflicts and improve readability. 131
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
jamescooke/flake8-aaa A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests 69
peterjc/flake8-black A flake8 plugin that runs black to validate Python code style and enforce coding standards. 165
pycqa/flake8-bugbear A tool to identify likely bugs and design problems in Python code 1,066
wemake-services/flake8-eradicate Automatically identifies and flags unused or commented-out code in Python projects. 311
python-formate/flake8-slots Requires slots to be defined for subclasses of immutable types in Python 3
plinss/flake8-literal This plugin checks and enforces consistent usage of string literals in Python code. 5
martinthoma/flake8-scream A Flake8 plugin to help identify and suppress false-positive warnings in Python code 4
orsinium-labs/flake8-length Provides an alternative line length validation rule for Python code to help maintain readable text messages 24
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 464
decorator-factory/flake8-useless-assert A plugin to catch and report unnecessary assert statements in Python code. 5
queensferryme/flake8-too-many A flake8 plugin that prevents excessive bad code in Python 4