mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
commit
2d83e302cc
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import collections
|
|||
import traceback
|
||||
|
||||
|
||||
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb'])
|
||||
DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q'])
|
||||
|
||||
|
||||
DebugStatement = collections.namedtuple(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue