mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Add the rpdb debugger to the list of debugger packages
This commit is contained in:
parent
0b70e285e3
commit
e34f0c44aa
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from typing import Optional
|
||||||
from typing import Sequence
|
from typing import Sequence
|
||||||
|
|
||||||
|
|
||||||
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb'}
|
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb'}
|
||||||
Debug = collections.namedtuple('Debug', ('line', 'col', 'name', 'reason'))
|
Debug = collections.namedtuple('Debug', ('line', 'col', 'name', 'reason'))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue