Flake8 plugin that check forgotten breakpoints.
pip install flake8-breakpoint
- B601 builtin function "breakpoint" found
def function():
breakpoint() # error!
- B602 import of debug module found
def function():
import pdb # error! or ipdb/pudb
MIT
- ...
- update flask_plugin_utils version to 1.0
- initial