mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-06 17:10:09 -06:00
Added config validator and tests for it
This commit is contained in:
14
example_pre-commit-config.yaml
Normal file
14
example_pre-commit-config.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
-
|
||||
repo: git@github.com:pre-commit/pre-commit-hooks
|
||||
sha: cd74dc150c142c3be70b24eaf0b02cae9d235f37
|
||||
hooks:
|
||||
-
|
||||
id: pyflakes
|
||||
files: '*.py'
|
||||
-
|
||||
id: jslint
|
||||
files: '*.js'
|
||||
-
|
||||
id: trim_trailing_whitespace
|
||||
files: '*.py'
|
||||
Reference in New Issue
Block a user