mirror of
https://github.com/pre-commit/pre-commit.git
synced 2025-12-31 14:00:06 -06:00
14 lines
313 B
YAML
14 lines
313 B
YAML
|
|
-
|
|
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' |