mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Add bpdb to debug_statements_hook
This patch adds the bpython debugger import `bpdb` to the debug_statements_hook.
This commit is contained in:
parent
d2bd9cd497
commit
bc7973eb59
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