gs-blob/.pre-commit-config.yaml
Pat Garrity b1d93530ff
All checks were successful
/ Build and Release Library (push) Successful in 44s
(norelease) update scalafmt (#3)
Reviewed-on: #3
2024-05-01 03:15:35 +00:00

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