mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-01 18:56:52 +00:00
Merge pull request #452 from dave1432/debug-statements-add-wdb
debug statements - add wdb
This commit is contained in:
commit
c7d0d3c9cc
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