flake8-printf-formatting
Formatter plugin
Prevents printf-style string formatting in Python code to enforce best practices and quality standards
flake8 plugin that forbids printf-style string formatting
11 stars
2 watching
0 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
flake8flake8-pluginformattingprintfqaquality-assurance
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool to identify encoding issues in Python code | 6 |
| Checks Python string formatting against the latest standard | 14 |
| A plugin to check Python print statements for coding style and errors | 121 |
| Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
| Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
| Enforces code standards for Python functions | 50 |
| A tool to enforce consistent date formatting across different platforms in Python. | 2 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| Automatically formats Python code to conform to PEP 8 style guide. | 84 |
| Enforces secure coding standards in Python | 5 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| Facilitates invocation of code formatters in JupyterLab | 856 |
| Enforces a standardized coding style in Python similar to newspaper article structure | 12 |
| A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
| A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |