mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Added debug statement hook.
This commit is contained in:
parent
5e713f8878
commit
4fc86a807b
8 changed files with 152 additions and 1 deletions
|
|
@ -5,3 +5,9 @@
|
|||
description: This validator runs pyflakes.
|
||||
entry: pyflakes
|
||||
language: python
|
||||
-
|
||||
id: debug-statements
|
||||
name: Debug Statements (Python)
|
||||
description: This hook checks that debug statements (pdb, ipdb, pudb) are not imported on commit.
|
||||
entry: debug-statement-hook
|
||||
language: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue