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