12 lines
241 B
YAML
12 lines
241 B
YAML
|
|
default_stages: [commit]
|
||
|
|
repos:
|
||
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||
|
|
rev: v3.0.0
|
||
|
|
hooks:
|
||
|
|
- id: prettier
|
||
|
|
|
||
|
|
- repo: https://github.com/hadolint/hadolint
|
||
|
|
rev: v2.12.0
|
||
|
|
hooks:
|
||
|
|
- id: hadolint-docker
|