We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b70e28 + e34f0c4 commit 9ce6b9fCopy full SHA for 9ce6b9f
1 file changed
pre_commit_hooks/debug_statement_hook.py
@@ -10,7 +10,7 @@
10
from typing import Sequence
11
12
13
-DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb'}
+DEBUG_STATEMENTS = {'pdb', 'ipdb', 'pudb', 'q', 'rdb', 'rpdb'}
14
Debug = collections.namedtuple('Debug', ('line', 'col', 'name', 'reason'))
15
16
0 commit comments