mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +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 = {
|
||||
'ipdb',
|
||||
'pdb',
|
||||
'pdbr',
|
||||
'pudb',
|
||||
'pydevd_pycharm',
|
||||
'q',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue