mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +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 = {
|
DEBUG_STATEMENTS = {
|
||||||
|
'bpdb',
|
||||||
'ipdb',
|
'ipdb',
|
||||||
'pdb',
|
'pdb',
|
||||||
'pdbr',
|
'pdbr',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue