flake8-logging
Logger check
A Flake8 plugin that checks for issues related to logging in Python code
A Flake8 plugin that checks for issues using the standard library logging module.
79 stars
3 watching
4 forks
Language: Python
last commit: 19 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
adamchainz/flake8-comprehensions | A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 465 |
datatheorem/flake8-alfred | A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
adamchainz/flake8-tidy-imports | A plugin that helps write more organized imports in Python code. | 72 |
adamchainz/flake8-no-pep420 | A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
globality-corp/flake8-logging-format | Ensures Python logging strings are formatted consistently and securely | 135 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
tlocke/flake8-alphabetize | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |