mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 04:34:16 +00:00
Merge pull request #614 from cansarigol/pdbr-debug-statements
Added pdbr into debug statements
This commit is contained in:
commit
0bedbb96b9
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ from typing import Sequence
|
||||||
DEBUG_STATEMENTS = {
|
DEBUG_STATEMENTS = {
|
||||||
'ipdb',
|
'ipdb',
|
||||||
'pdb',
|
'pdb',
|
||||||
|
'pdbr',
|
||||||
'pudb',
|
'pudb',
|
||||||
'pydevd_pycharm',
|
'pydevd_pycharm',
|
||||||
'q',
|
'q',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue