Files
softplayer-proto/.pre-commit-config.yaml
2026-04-19 22:11:18 +02:00

12 lines
343 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
exclude: README.md
- id: check-added-large-files
- id: check-case-conflict
- id: check-merge-conflict
- id: end-of-file-fixer
exclude: README.md