flake8-logging-format
Formatter
Ensures Python logging strings are formatted consistently and securely
Flake8 extension to validate (lack of) logging format strings
135 stars
27 watching
22 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
microcosm
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| A Flake8 plugin for enforcing SQL coding standards. | 26 |
| Checks Python string formatting against the latest standard | 14 |
| 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 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| Requires slots to be defined for subclasses of immutable types in Python | 3 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
| Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. | 0 |
| Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8. | 41 |
| Enforces a standardized coding style in Python similar to newspaper article structure | 12 |
| Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |