gs-uuid/.pre-commit-config.yaml
Pat Garrity eda7cf0c47
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 57s
(patch) update pre-commit
2026-01-24 21:36:05 -06:00

17 lines
481 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
- id: check-yaml
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
rev: v1.0.0
hooks:
- id: scalafmt