diff --git a/pre_commit_hooks/debug_statement_hook.py b/pre_commit_hooks/debug_statement_hook.py index 9ada657..72a9d06 100644 --- a/pre_commit_hooks/debug_statement_hook.py +++ b/pre_commit_hooks/debug_statement_hook.py @@ -15,6 +15,7 @@ DEBUG_STATEMENTS = { 'pydevd_pycharm', 'q', 'rdb', + 'celery.contrib', 'rpdb', 'wdb', }