| commit | ea320d7463d568e69146f9b5af86925f8dbc236a | [log] [tgz] |
|---|---|---|
| author | Oscar-Garcia <oscar.garcia@onezerolab.com> | Mon Jun 20 09:41:22 2016 +0200 |
| committer | GitHub <noreply@github.com> | Mon Jun 20 09:41:22 2016 +0200 |
| tree | e0db8e5238b94a4d9eea08ceb26c42fe93a16d4f | |
| parent | 6dfcb89af3c9b4d172cc2e5a8a2fa0f54615a338 [diff] |
Update debug_statement_hook.py Adds celery rdb as debugger: http://docs.celeryproject.org/en/latest/tutorials/debugging.html
diff --git a/pre_commit_hooks/debug_statement_hook.py b/pre_commit_hooks/debug_statement_hook.py index 8e02480..52fe72e 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', 'q']) +DEBUG_STATEMENTS = set(['pdb', 'ipdb', 'pudb', 'q', 'rdb']) DebugStatement = collections.namedtuple(