Skip to content

Commit 9ce6b9f

Browse files
authored
Merge pull request #389 from danlamanna/add-rpdb-to-list-of-debuggers
Add the rpdb debugger to the list of debugger packages
2 parents 0b70e28 + e34f0c4 commit 9ce6b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/debug_statement_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typing import Sequence
1111

1212

13-
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb'}
13+
DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb'}
1414
Debug = collections.namedtuple('Debug', ('line', 'col', 'name', 'reason'))
1515

1616

0 commit comments

Comments
 (0)