flake8-string-format
String checker
A Flake8 plugin to check strings and parameters using str.format for implicit index usage
Check that indexed parameters are used in strings
20 stars
3 watching
5 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
michaelkim0407/flake8-use-fstring | A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
ggupta2005/flake8-all-not-strings | A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
best-doctor/flake8-variables-names | An extension for flake8 that enforces more readable variable names. | 55 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
flake8-docs/flake8-rst | Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 31 |