Skip to content

Commit

Permalink
Added pdbr into debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
cansarigol committed Jun 15, 2021
1 parent 252f046 commit 41b29e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pre_commit_hooks/debug_statement_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
DEBUG_STATEMENTS = {
'ipdb',
'pdb',
'pdbr',
'pudb',
'pydevd_pycharm',
'q',
Expand Down

0 comments on commit 41b29e8

Please sign in to comment.