Skip to content

Commit

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

0 comments on commit 0bedbb9

Please sign in to comment.