Skip to content

Commit 41b29e8

Browse files
authored
Added pdbr into debug statements
1 parent 252f046 commit 41b29e8

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
@@ -10,6 +10,7 @@
1010
DEBUG_STATEMENTS = {
1111
'ipdb',
1212
'pdb',
13+
'pdbr',
1314
'pudb',
1415
'pydevd_pycharm',
1516
'q',

0 commit comments

Comments
 (0)