commit | 1790c6b40aa27ce48236525540a5150493cf8fef | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Wed Aug 02 12:53:29 2023 -0400 |
committer | GitHub <noreply@github.com> | Wed Aug 02 12:53:29 2023 -0400 |
tree | eb597264a00375b9711eb253daa39e4b7206243a | |
parent | d2bd9cd497c81622c3f5774b336ab451691f1c36 [diff] | |
parent | bc7973eb59b55310fecaef51c785edf5923b5957 [diff] |
Merge pull request #942 from mwip/add_bpdb_to_debug_statements_hook Add bpdb to debug_statements_hook
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 @@ DEBUG_STATEMENTS = { + 'bpdb', 'ipdb', 'pdb', 'pdbr',