Use more-standard yaml format

This commit is contained in:
Anthony Sottile 2014-03-22 17:49:02 -07:00
parent 47b7ca44ed
commit 6d1a464c4f
5 changed files with 23 additions and 44 deletions

View file

@ -1,14 +1,10 @@
-
repo: git@github.com:pre-commit/pre-commit-hooks
- repo: git@github.com:pre-commit/pre-commit-hooks
sha: cd74dc150c142c3be70b24eaf0b02cae9d235f37
hooks:
-
id: pyflakes
- id: pyflakes
files: '\.py$'
-
id: jslint
- id: jslint
files: '\.js$'
-
id: trim_trailing_whitespace
- id: trim_trailing_whitespace
files: '\.py$'