mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 10:36:54 +00:00
added wdb to DEBUG_STATEMENTS set
This commit is contained in:
parent
45cb6a35b7
commit
43bfa05e89
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from typing import Optional
|
|||
from typing import Sequence
|
||||
|
||||
|
||||
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb'}
|
||||
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb', 'wdb'}
|
||||
|
||||
|
||||
class Debug(NamedTuple):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue