flake8-logging-format

Formatter

Ensures Python logging strings are formatted consistently and securely

Flake8 extension to validate (lack of) logging format strings

GitHub

135 stars
27 watching
22 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list

microcosm

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
adamchainz/flake8-logging A Flake8 plugin that checks for issues related to logging in Python code 79
pgjones/flake8-sql A Flake8 plugin for enforcing SQL coding standards. 26
gforcada/flake8-pep3101 Checks Python string formatting against the latest standard 14
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
plinss/flake8-literal This plugin checks and enforces consistent usage of string literals in Python code. 5
python-formate/flake8-slots Requires slots to be defined for subclasses of immutable types in Python 3
python-formate/flake8-dunder-all Ensures Python modules have defined the 'all' variable to specify all imported symbols. 7
cyyc1/flake8-indent-in-def Enforces consistent 8-space indentation in Python function and class definitions to improve readability. 0
pycqa/flake8-json Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support 10
flake8-implicit-str-concat/flake8-implicit-str-concat A Flake8 plugin that checks for correct string literal concatenation in Python code. 31
ggupta2005/flake8-all-not-strings A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. 0
plinss/flake8-noqa Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8. 41
mobility-university/flake8-newspaper-style Enforces a standardized coding style in Python similar to newspaper article structure 12
atugushev/flake8-printf-formatting Prevents printf-style string formatting in Python code to enforce best practices and quality standards 11