flake8-broken-line
Line breaker
Prevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style.
🚨 Flake8 plugin to forbid backslashes () for line breaks
111 stars
3 watching
76 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
code-qualityflake8flake8-pluginlintlinterlintingpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
| Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. | 4 |
| Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
| Provides an alternative line length validation rule for Python code to help maintain readable text messages | 24 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| A flake8 plugin that prevents excessive bad code in Python | 4 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
| Lints Python code to detect deprecated modules and functions. | 12 |
| Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
| Tools to inspect error codes in Python code for linting and quality assurance | 14 |
| Generates HTML reports of flake8 violations | 51 |
| A tool to identify likely bugs and design problems in Python code | 1,066 |
| A tool to identify encoding issues in Python code | 6 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |