The following statement is not caught by `debug-statements`: ```python import bpdb; bpdb.set_trace() ``` Maybe as `ipdb` is included, it would make sense to add `bpdb`, too? https://github.com/pre-commit/pre-commit-hooks/blob/d2bd9cd497c81622c3f5774b336ab451691f1c36/pre_commit_hooks/debug_statement_hook.py#L11
The following statement is not caught by
debug-statements:Maybe as
ipdbis included, it would make sense to addbpdb, too?pre-commit-hooks/pre_commit_hooks/debug_statement_hook.py
Line 11 in d2bd9cd