homepage/.pre-commit-config.yaml

16 lines
449 B
YAML
Raw Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: check-toml
2021-09-22 08:37:42 +02:00
- id: check-yaml
exclude: .drone.yml # drone's yaml is somewhat strange sometimes
2022-07-02 17:18:27 +02:00
- repo: local
hooks:
- id: check-compose-file
name: check compose file
language: system
entry: docker-compose -f docker-compose.yml config
pass_filenames: false