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

GitHub

20 stars
3 watching
5 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
xzise/flake8-future-importChecks Python code for compatibility with future imports.18
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
michaelkim0407/flake8-use-fstringA plugin that enforces the use of f-strings in Python code to improve style and readability51
gforcada/flake8-pep3101Checks Python string formatting against the latest standard14
ggupta2005/flake8-all-not-stringsA plugin for flake8 to enforce string type on elements in __all__ lists of Python modules.0
afonasev/flake8-returnTool to check return values in Python functions62
best-doctor/flake8-variables-namesAn extension for flake8 that enforces more readable variable names.55
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
pgjones/flake8-sqlA Flake8 plugin for enforcing SQL coding standards.26
jparise/flake8-authorChecks Python modules for author attributes and enforces configuration rules around their usage.3
flake8-docs/flake8-rstTool to run flake8 checks on code snippets in docstrings or RST files.22
best-doctor/flake8-expression-complexityPlugin to validate Python expressions for readability and complexity32