flake8-pep3101
Formatter checker
Checks Python string formatting against the latest standard
Checks for old string formatting.
14 stars
5 watching
6 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
gforcada/flake8-isort | Tool to automatically format Python imports according to user-defined settings | 174 |
pycqa/pep8-naming | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 512 |
python-formate/flake8_strftime | A tool to enforce consistent date formatting across different platforms in Python. | 2 |
gforcada/flake8-builtins | A tool to detect when Python builtins are being used as variables or parameters in code. | 115 |
atugushev/flake8-printf-formatting | Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 22 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
michaelkim0407/flake8-use-fstring | A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
python-formate/flake8-sphinx-links | A tool to enforce link formatting in Python docstrings | 1 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |