flake8-debugger

Debugger checker

A plugin that detects and warns about problematic debugger statements in Python code

flake8 debug statement checker

GitHub

41 stars
2 watching
10 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jbkahn/flake8-print A plugin to check Python print statements for coding style and errors 121
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
s-weigand/flake8-nb A tool to check Python code quality in Jupyter notebooks. 28
tk0miya/flake8-coding A plugin that checks coding comments in Python code for correctness and compliance with coding standards 15
johnfraney/flake8-markdown A tool that checks Python code blocks in Markdown files for errors and syntax issues. 23
decorator-factory/flake8-pep585 A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. 22
adamchainz/flake8-logging A Flake8 plugin that checks for issues related to logging in Python code 79
pycqa/flake8-bugbear A plugin that extends flake8 to detect design problems and likely bugs in Python code. 1,066
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 465
martinthoma/flake8-scream A Flake8 plugin to help identify and suppress false-positive warnings in Python code 4
decorator-factory/flake8-useless-assert A plugin to catch and report unnecessary assert statements in Python code. 5
jparise/flake8-assertive A Flake8 extension that enforces more specific and informative unittest assertions. 31
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
afonasev/flake8-return Tool to check return values in Python functions 62
jparise/flake8-author Checks Python modules for author attributes and enforces configuration rules around their usage. 3