flake8-use-fstring
f-string checker
A plugin that enforces the use of f-strings in Python code to improve style and readability
51 stars
2 watching
7 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| Checks Python string formatting against the latest standard | 14 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| A tool to check Python docstrings for consistency with function signatures or implementations. | 159 |
| A linter that checks the completeness and accuracy of docstrings in Python functions and methods. | 12 |
| A tool to enforce link formatting in Python docstrings | 2 |
| A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |
| A tool to identify encoding issues in Python code | 6 |
| Tool to check return values in Python functions | 62 |
| A tool to enforce consistent date formatting across different platforms in Python. | 2 |
| A flake8 plugin that checks for redundant and improperly aligned parentheses, brackets, and braces in Python code. | 6 |
| A plugin to check Python print statements for coding style and errors | 121 |