Remove jshint and scss-lint as hooks for this project since we're a pure python project.

This commit is contained in:
Anthony Sottile
2014-03-14 13:34:12 -07:00
parent 8e690f6593
commit feb4d6dc52

View File

@@ -6,19 +6,3 @@
-
id: pyflakes
files: '\.py$'
-
repo: git@github.com:pre-commit/jshint
sha: 191734354d1191e3771c004c3e905a94728d0349
hooks:
-
id: jshint
files: '\.js$'
-
repo: git@github.com:pre-commit/scss-lint
sha: 425536b1b77d9e836068edde4fb3101bea6e7dd8
hooks:
-
id: scss-lint
files: '\.scss$'