14 lines
472 B
YAML
14 lines
472 B
YAML
repos:
|
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
|
rev: 0.27.0
|
|
hooks:
|
|
- id: check-metaschema
|
|
files: ^schema/.+\.json$
|
|
- id: check-jsonschema
|
|
name: Validata metadata files
|
|
args: ["--schemafile", "schema/genre_metadata.json"]
|
|
files: ^metadata/.+\.yaml$
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: "v3.0.3" # Use the sha or tag you want to point at
|
|
hooks:
|
|
- id: prettier
|