summaryrefslogtreecommitdiffstats
path: root/pre_commit_hooks/debug_statement_hook.py
diff options
context:
space:
mode:
Diffstat (limited to 'pre_commit_hooks/debug_statement_hook.py')
-rw-r--r--pre_commit_hooks/debug_statement_hook.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pre_commit_hooks/debug_statement_hook.py b/pre_commit_hooks/debug_statement_hook.py
index 9ada657..cf544c7 100644
--- a/pre_commit_hooks/debug_statement_hook.py
+++ b/pre_commit_hooks/debug_statement_hook.py
@@ -8,6 +8,7 @@ from typing import Sequence
DEBUG_STATEMENTS = {
+ 'bpdb',
'ipdb',
'pdb',
'pdbr',