flake8-use-fstring

f-string checker

A plugin that enforces the use of f-strings in Python code to improve style and readability

GitHub

51 stars
2 watching
7 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
xzise/flake8-string-formatA Flake8 plugin to check strings and parameters using str.format for implicit index usage20
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
gforcada/flake8-pep3101Checks Python string formatting against the latest standard14
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
jsh9/pydoclintA tool to check Python docstrings for consistency with function signatures or implementations.159
jdkandersson/flake8-docstrings-completeA linter that checks the completeness and accuracy of docstrings in Python functions and methods.12
python-formate/flake8-sphinx-linksA tool to enforce link formatting in Python docstrings2
tk0miya/flake8-codingA plugin that checks coding comments in Python code for correctness and compliance with coding standards15
johnfraney/flake8-markdownChecks Python code in Markdown files for errors and syntax issues23
michaelaquilina/flake8-spellcheckAutomates spellchecking of variable and function names in Python code to improve readability and prevent errors.72
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
afonasev/flake8-returnTool to check return values in Python functions62
python-formate/flake8_strftimeA tool to enforce consistent date formatting across different platforms in Python.2
robsdedude/flake8-picky-parenthesesA flake8 plugin that checks for redundant and improperly aligned parentheses, brackets, and braces in Python code.6
jbkahn/flake8-printA plugin to check Python print statements for coding style and errors121