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: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
jsh9/pydoclint | A tool to check Python docstrings for consistency with function signatures or implementations. | 146 |
jdkandersson/flake8-docstrings-complete | A linter that checks the completeness and accuracy of docstrings in Python functions and methods. | 12 |
python-formate/flake8-sphinx-links | A tool to enforce link formatting in Python docstrings | 1 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
michaelaquilina/flake8-spellcheck | Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
python-formate/flake8_strftime | A tool to enforce consistent date formatting across different platforms in Python. | 2 |
robsdedude/flake8-picky-parentheses | A flake8 plugin that checks for redundant and improperly aligned parentheses, brackets, and braces in Python code. | 6 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |