mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2025-08-14 17:31:28 +08:00
Add bpdb to debug_statements_hook
This patch adds the bpython debugger import `bpdb` to the debug_statements_hook.
This commit is contained in:
@ -8,6 +8,7 @@ from typing import Sequence
|
||||
|
||||
|
||||
DEBUG_STATEMENTS = {
|
||||
'bpdb',
|
||||
'ipdb',
|
||||
'pdb',
|
||||
'pdbr',
|
||||
|
Reference in New Issue
Block a user