Skip to content

Commit 1790c6b

Browse files
authored
Merge pull request #942 from mwip/add_bpdb_to_debug_statements_hook
Add bpdb to debug_statements_hook
2 parents d2bd9cd + bc7973e commit 1790c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pre_commit_hooks/debug_statement_hook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99

1010
DEBUG_STATEMENTS = {
11+
'bpdb',
1112
'ipdb',
1213
'pdb',
1314
'pdbr',

0 commit comments

Comments
 (0)