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
112 stars
3 watching
77 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
code-qualityflake8flake8-pluginlintlinterlintingpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
cyyc1/flake8-clean-block | Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. | 4 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
orsinium-labs/flake8-length | Provides an alternative line length validation rule for Python code to help maintain readable text messages | 24 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
pycqa/flake8-commas | Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
tommilligan/flake8-fixme | Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
lordmauve/flake8-html | Generates HTML reports of flake8 violations | 51 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |