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: about 3 years ago
Linked from 1 awesome list
flake8flake8-pluginformattingprintfqaquality-assurance
Related projects:
Repository | Description | Stars |
---|---|---|
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
gforcada/flake8-pep3101 | Checks Python string formatting against the latest standard | 14 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
pycqa/flake8-json | Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
cyyc1/flake8-indent-in-def | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
python-formate/flake8_strftime | A tool to enforce consistent date formatting across different platforms in Python. | 2 |
python-formate/flake8-slots | Requires slots to be defined for subclasses of immutable types in Python | 3 |
peter-evans/autopep8 | Automatically formats Python code to conform to PEP 8 style guide. | 85 |
takishima/flake8-secure-coding-standard | Enforces secure coding standards in Python | 5 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
jupyterlab-contrib/jupyterlab_code_formatter | Facilitates invocation of code formatters in JupyterLab | 854 |
mobility-university/flake8-newspaper-style | Enforces a standardized coding style in Python similar to newspaper article structure | 12 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 166 |
jamescooke/flake8-aaa | A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 70 |