mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Remove jshint and scss-lint as hooks for this project since we're a pure python project.
This commit is contained in:
parent
8e690f6593
commit
feb4d6dc52
1 changed files with 0 additions and 16 deletions
|
|
@ -6,19 +6,3 @@
|
||||||
-
|
-
|
||||||
id: pyflakes
|
id: pyflakes
|
||||||
files: '\.py$'
|
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$'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue