mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Use more-standard yaml format
This commit is contained in:
parent
47b7ca44ed
commit
6d1a464c4f
5 changed files with 23 additions and 44 deletions
|
|
@ -1,14 +1,10 @@
|
|||
|
||||
-
|
||||
repo: git@github.com:pre-commit/pre-commit-hooks
|
||||
- repo: git@github.com:pre-commit/pre-commit-hooks
|
||||
sha: cd74dc150c142c3be70b24eaf0b02cae9d235f37
|
||||
hooks:
|
||||
-
|
||||
id: pyflakes
|
||||
- id: pyflakes
|
||||
files: '\.py$'
|
||||
-
|
||||
id: jslint
|
||||
- id: jslint
|
||||
files: '\.js$'
|
||||
-
|
||||
id: trim_trailing_whitespace
|
||||
- id: trim_trailing_whitespace
|
||||
files: '\.py$'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue