Skip to content

Commit 43bfa05

Browse files
committed
added wdb to DEBUG_STATEMENTS set
1 parent 45cb6a3 commit 43bfa05

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)