flake8-debugger
Debugger checker
A plugin that detects and warns about problematic debugger statements in Python code
flake8 debug statement checker
41 stars
2 watching
10 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin to check Python print statements for coding style and errors | 121 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| A tool to check Python code quality in Jupyter notebooks. | 28 |
| A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
| Checks Python code in Markdown files for errors and syntax issues | 23 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| A tool to identify likely bugs and design problems in Python code | 1,066 |
| A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 464 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| A Flake8 extension that enforces more specific and informative unittest assertions. | 31 |
| A tool to identify encoding issues in Python code | 6 |
| Tool to check return values in Python functions | 62 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |