mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Merge pull request #123 from Oscar-Garcia/patch-1
Update debug_statement_hook.py
This commit is contained in:
commit
144c3857cd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import collections
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
|
|
||||||
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q'])
|
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q', 'rdb'])
|
||||||
|
|
||||||
|
|
||||||
DebugStatement = collections.namedtuple(
|
DebugStatement = collections.namedtuple(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue