nix-statix/.pre-commit-config.yaml

21 lines
517 B
YAML
Raw Permalink Normal View History

2022-05-10 18:11:30 +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
exclude: ^.drone.yml$
2022-05-10 18:17:43 +02:00
- 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
2022-05-10 18:11:30 +02:00
- repo: https://git.dotya.ml/wanderer/hadolint-pre-commit
rev: v0.0.1
hooks:
- id: hadolint-container