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: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| Checks Python code for compatibility with future imports. | 18 |
| A tool to identify encoding issues in Python code | 6 |
| A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
| Checks Python string formatting against the latest standard | 14 |
| 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 |
| An extension for flake8 that enforces more readable variable names. | 55 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A Flake8 plugin for enforcing SQL coding standards. | 26 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
| Plugin to validate Python expressions for readability and complexity | 32 |