Add the first hook
This commit is contained in:
parent
cd74dc150c
commit
5e713f8878
|
@ -0,0 +1,7 @@
|
|||
|
||||
-
|
||||
id: pyflakes
|
||||
name: Pyflakes
|
||||
description: This validator runs pyflakes.
|
||||
entry: pyflakes
|
||||
language: python
|
|
@ -1,10 +1,9 @@
|
|||
argparse
|
||||
pyyaml
|
||||
pyflakes
|
||||
simplejson
|
||||
|
||||
# Testing requirements
|
||||
coverage
|
||||
ipdb
|
||||
mock
|
||||
pyflakes
|
||||
pytest
|
||||
|
|
Loading…
Reference in New Issue