Added config validator and tests for it

This commit is contained in:
Anthony Sottile 2014-03-13 17:34:24 -07:00
parent fdf05b0fa9
commit 2ebba7994d
7 changed files with 170 additions and 1 deletions

View file

@ -0,0 +1,11 @@
-
repo: git@github.com:pre-commit/pre-commit-hooks
hooks:
-
id: pyflakes
-
id: jslint
-
id: trim_trailing_whitespace
files: '*.py'