18 lines
432 B
YAML
18 lines
432 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
rev: v1.1.7
|
|
hooks:
|
|
- id: forbid-tabs
|
|
- repo: local
|
|
hooks:
|
|
- id: schema
|
|
name: schema
|
|
language: system
|
|
entry: npm run schema
|
|
types: [yaml]
|
|
pass_filenames: false
|