mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-12 20:10:21 -06:00
Remove jshint and scss-lint as hooks for this project since we're a pure python project.
This commit is contained in:
@@ -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$'
|
||||
|
||||
Reference in New Issue
Block a user