11 lines
256 B
YAML
11 lines
256 B
YAML
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v2.3.0
|
||
|
hooks:
|
||
|
- id: end-of-file-fixer
|
||
|
- id: trailing-whitespace
|
||
|
- repo: https://github.com/adrienverge/yamllint.git
|
||
|
rev: v1.17.0
|
||
|
hooks:
|
||
|
- id: yamllint
|