runner-images/.pre-commit-config.yaml

12 lines
241 B
YAML
Raw Normal View History

2023-07-27 20:58:06 +00:00
default_stages: [commit]
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
2023-07-27 20:58:06 +00:00
hooks:
- id: prettier
- repo: https://github.com/hadolint/hadolint
rev: v2.12.0
hooks:
- id: hadolint-docker