mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 13:24:18 +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
|
from typing import Sequence
|
||||||
|
|
||||||
|
|
||||||
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb'}
|
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb', 'wdb'}
|
||||||
|
|
||||||
|
|
||||||
class Debug(NamedTuple):
|
class Debug(NamedTuple):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue