Add check pdb as pre-commit hook
Avoid commits with pdb.set_trace() statements
This commit is contained in:
parent
e2d412c7d0
commit
36da72ac6b
|
@ -11,3 +11,7 @@ repos:
|
|||
rev: 4.0.1
|
||||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/conorfalvey/check_pdb_hook
|
||||
rev: 0.0.9
|
||||
hooks:
|
||||
- id: check_pdb_hook
|
||||
|
|
Reference in New Issue