From 5321be5c38e87f8f4aa2cee6e2147ef5a05a4cad Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sat, 24 Jan 2026 21:40:40 -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 c009e17..7a7e7c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,6 @@ repos: - id: trailing-whitespace - id: check-yaml - repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala - rev: v1.0.0 + rev: v1.0.2 hooks: - id: scalafmt