Updating pre-commit
All checks were successful
/ test (push) Successful in 39s

This commit is contained in:
Pat Garrity 2024-03-17 10:02:43 -05:00
parent 7f71c9bc4d
commit 62edcaac67
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -5,7 +5,13 @@ repos:
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - 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 - repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
rev: v0.1.3 rev: v1.0.0
hooks: hooks:
- id: scalafmt - id: scalafmt