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
4 stars
1 watching
0 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
flake8-extensionflake8-extensionsflake8-pluginflake8-pluginspython
Related projects:
Repository | Description | Stars |
---|---|---|
| Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
| Prevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style. | 111 |
| Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
| A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
| A tool to identify likely bugs and design problems in Python code | 1,066 |
| Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| Provides an alternative line length validation rule for Python code to help maintain readable text messages | 24 |
| A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| A flake8 plugin that prevents excessive bad code in Python | 4 |