mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-13 19:59:13 -06:00
Actually run things and make pretty output.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
hooks:
|
||||
-
|
||||
id: pyflakes
|
||||
files: '*.py'
|
||||
files: '\.py$'
|
||||
|
||||
-
|
||||
repo: git@github.com:pre-commit/jshint
|
||||
@@ -13,7 +13,7 @@
|
||||
hooks:
|
||||
-
|
||||
id: jshint
|
||||
files: '*.js'
|
||||
files: '\.js$'
|
||||
|
||||
-
|
||||
repo: git@github.com:pre-commit/scss-lint
|
||||
@@ -21,4 +21,4 @@
|
||||
hooks:
|
||||
-
|
||||
id: scss-lint
|
||||
files: '*.scss'
|
||||
files: '\.scss$'
|
||||
|
||||
Reference in New Issue
Block a user