| commit | edee3f64b98cb18e94b4e200a581257c3c657f0b | [log] [tgz] |
|---|---|---|
| author | Mike Cooper <mythmon@gmail.com> | Fri Apr 10 10:55:33 2015 -0700 |
| committer | Mike Cooper <mythmon@gmail.com> | Fri Apr 10 10:55:33 2015 -0700 |
| tree | 1c3dea871a0ad5a5d0be030f14713a295ceefd9c | |
| parent | 15b678e9c67c42765c3d579e40672a332f4366d7 [diff] |
Add q as a debug statement q is a debugging tool: https://pypi.python.org/pypi/q
diff --git a/pre_commit_hooks/debug_statement_hook.py b/pre_commit_hooks/debug_statement_hook.py index 432a3f0..8e02480 100644 --- a/pre_commit_hooks/debug_statement_hook.py +++ b/pre_commit_hooks/debug_statement_hook.py
@@ -7,7 +7,7 @@ import traceback -DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb']) +DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q']) DebugStatement = collections.namedtuple(