flake8-implicit-str-concat
String checker
A Flake8 plugin that checks for correct string literal concatenation in Python code.
Flake8 plugin to encourage correct string literal concatenation
31 stars
3 watching
7 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Prevents implicit string and byte concatenations in Python code. | 20 |
| | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| | 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 linter that checks the completeness and accuracy of docstrings in Python functions and methods. | 12 |
| | A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
| | Tool to check return values in Python functions | 62 |
| | Checks Python string formatting against the latest standard | 14 |
| | A flake8 plugin that prevents excessive bad code in Python | 4 |
| | A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
| | A Flake8 plugin for enforcing SQL coding standards. | 26 |