flake8-length
Line length checker
Provides an alternative line length validation rule for Python code to help maintain readable text messages
Flake8 plugin for a smart line length validation.
24 stars
4 watching
5 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
clean-codecode-qualityflake8flake8-extensionflake8-extensionsflake8-pluginflake8-pluginslinterqa
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
orsinium-labs/flake8-ruler | Generates a flake8 configuration file from a more powerful config format | 11 |
orsinium-labs/flake8-todos | A tool to check TODO comments in Python code for consistency and completeness. | 27 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
wemake-services/flake8-broken-line | Prevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style. | 111 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 32 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
cyyc1/flake8-clean-block | Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. | 4 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |