From 2f39569694b5377ea844536e0a7f074533403064 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sat, 24 Jan 2026 21:37:59 -0600 Subject: [PATCH] update to support latest pre-commit --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 09e66d3..6b135c3 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -6,5 +6,5 @@ language: system types: [file] files: \.(scala|sbt|sc)$ - stages: [commit] + stages: [pre-commit] pass_filenames: true