Merge pull request #614 from cansarigol/pdbr-debug-statements

Added pdbr into debug statements
diff --git a/pre_commit_hooks/debug_statement_hook.py b/pre_commit_hooks/debug_statement_hook.py
index 794f708..0abac50 100644
--- a/pre_commit_hooks/debug_statement_hook.py
+++ b/pre_commit_hooks/debug_statement_hook.py
@@ -10,6 +10,7 @@
 DEBUG_STATEMENTS = {
     'ipdb',
     'pdb',
+    'pdbr',
     'pudb',
     'pydevd_pycharm',
     'q',