gs-timing/.pre-commit-config.yaml
Pat Garrity 66b7f5560f
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 2m7s
(patch) update pre-commit support
2026-01-24 21:40:25 -06:00

16 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: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix=lf']
description: Enforces using only 'LF' line endings.
- id: trailing-whitespace
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
rev: v1.0.2
hooks:
- id: scalafmt