nix-statix/.pre-commit-config.yaml
surtur 4ee9aa6ce7
All checks were successful
continuous-integration/drone/push Build is passing
ci: start signing .drone.yml
* also ignore .drone.yml for pre-commit yaml check, as it is already
  being checked by 'drone lint' and multi-doc yaml files make the check
  troubled.
2022-09-28 15:43:49 +02:00

21 lines
517 B
YAML

---
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
exclude: ^.drone.yml$
- repo: local
hooks:
# this hook requires that the drone-cli tool is installed
- id: drone-lint
name: drone lint
entry: drone lint .drone.yml
language: system
- repo: https://git.dotya.ml/wanderer/hadolint-pre-commit
rev: v0.0.1
hooks:
- id: hadolint-container