mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +00:00
Added pdbr into debug statements
This commit is contained in:
parent
252f04654d
commit
41b29e8c8d
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