mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2025-08-14 17:31:28 +08:00
Add q as a debug statement
q is a debugging tool: https://pypi.python.org/pypi/q
This commit is contained in:
@ -7,7 +7,7 @@ import collections
|
||||
import traceback
|
||||
|
||||
|
||||
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb'])
|
||||
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q'])
|
||||
|
||||
|
||||
DebugStatement = collections.namedtuple(
|
||||
|
Reference in New Issue
Block a user