Skip to content

Commit c7d0d3c

Browse files
authored
Merge pull request #452 from dave1432/debug-statements-add-wdb
debug statements - add wdb
2 parents 45cb6a3 + 43bfa05 commit c7d0d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/debug_statement_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import Sequence
88

99

10-
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb'}
10+
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb', 'wdb'}
1111

1212

1313
class Debug(NamedTuple):

0 commit comments

Comments
 (0)