fedora-minimal/.pre-commit-config.yaml

14 lines
314 B
YAML
Raw Normal View History

2022-04-20 22:16:47 +02:00
---
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
hooks:
- id: check-merge-conflict
- id: check-yaml
2022-09-08 14:40:12 +02:00
exclude: .drone.yml
2022-04-20 22:16:47 +02:00
- repo: https://git.dotya.ml/wanderer/hadolint-pre-commit
rev: v0.0.1
hooks:
- id: hadolint-container