Repository URL to install this package:
|
Version:
1.1.0 ▾
|
flake8-breakpoint
/
README.md
|
|---|
Flake8 plugin that check forgotten breakpoints.
pip install flake8-breakpoint
def function(): breakpoint() # error!
def function(): import pdb # error! or ipdb/pudb
MIT