From 66b7f5560f600e693c8cc927c05b60e1d0e80741 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sat, 24 Jan 2026 21:40:25 -0600 Subject: [PATCH] (patch) update pre-commit support --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3ae718..e1e416d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,6 @@ repos: 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 + rev: v1.0.2 hooks: - id: scalafmt