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: 12 months ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| | A plugin for flake8 to flag unsafe/obsolete symbols in Python code | 36 |
| | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| | A Flake8 plugin for enforcing SQL coding standards. | 26 |
| | A plugin that helps write more organized imports in Python code. | 72 |
| | A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
| | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| | Ensures Python logging strings are formatted consistently and securely | 135 |
| | Tool to check return values in Python functions | 62 |
| | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| | A tool to identify encoding issues in Python code | 6 |
| | Reports on files with low type annotations in Python code | 34 |
| | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
| | Tools to help write clear and maintainable Python code with type annotations | 46 |