Files
infrastructure/.pre-commit-config.yaml
Alex Lebens 2278a4f048
All checks were successful
renovate / renovate (push) Successful in 1m12s
feat: add and update pre-commit (#4770)
Reviewed-on: #4770
2026-03-15 21:57:31 +00:00

18 lines
458 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files
- id: check-yaml
exclude: '^.*\/templates\/.*$'
args:
- --multi
- id: check-merge-conflict
- id: check-json
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v3.0.1
hooks:
- id: docker-compose-check