mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2025-08-14 17:31:28 +08:00
added wdb to DEBUG_STATEMENTS set
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user