pre-commit-hooks/manifest.yaml
2014-03-14 14:23:08 -07:00

13 lines
345 B
YAML

-
id: pyflakes
name: Pyflakes
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