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: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool to identify encoding issues in Python code | 6 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| Tool to automatically format Python imports according to user-defined settings | 176 |
| Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 517 |
| A tool to enforce consistent date formatting across different platforms in Python. | 2 |
| A tool to detect when Python builtins are being used as variables or parameters in code. | 116 |
| Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| A tool to enforce link formatting in Python docstrings | 2 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |