mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-01 10:56:52 +00:00
Merge pull request #942 from mwip/add_bpdb_to_debug_statements_hook
Add bpdb to debug_statements_hook
This commit is contained in:
commit
1790c6b40a
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ from typing import Sequence
|
|||
|
||||
|
||||
DEBUG_STATEMENTS = {
|
||||
'bpdb',
|
||||
'ipdb',
|
||||
'pdb',
|
||||
'pdbr',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue