mantisbt-docker/.pre-commit-config.yaml

12 lines
300 B
YAML
Raw Normal View History

2020-05-17 18:11:14 +02:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2025-05-22 20:16:21 +02:00
rev: v5.0.0
2020-05-17 18:11:14 +02:00
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