gs-timing/.pre-commit-config.yaml
Pat Garrity ab8ee3b24d
Some checks failed
/ Build and Release Library (push) Failing after 31s
Baseline implementation for gs-timing
Includes:
- Complete implementation
- Most code documentation

Does not include:
- Tests
- Complete documentation
2024-09-08 11:25:27 -05:00

16 lines
458 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.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.1
hooks:
- id: scalafmt