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