mantisbt-docker/.pre-commit-config.yaml
Oleg Kainov 29ff05af47
Some checks are pending
CI / pre-commit (push) Waiting to run
CI / lint (push) Waiting to run
CI / build (push) Waiting to run
chore: update pre-commit hooks
2025-05-22 20:21:05 +02:00

12 lines
300 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-case-conflict
# Useful, but so far is broken on Windows
# - id: check-executables-have-shebangs
- id: check-merge-conflict