flake8-no-implicit-concat
Concatenator
Prevents implicit string and byte concatenations in Python code.
Flake8 Plugin that Forbids Implicit str/bytes Literal Concatenations
20 stars
3 watching
2 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
flake8flake8-pluginlinterlintingpython
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| A flake8 plugin that prevents excessive bad code in Python | 4 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A Flake8 plugin to enforce consistent multiline container formatting | 14 |
| A tool to identify encoding issues in Python code | 6 |
| A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
| A plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives | 187 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| 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 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |