From bac68a26ca251e4203c09cfd6918f52a889f079f Mon Sep 17 00:00:00 2001 From: Ned Jackson Lovely Date: Tue, 11 Nov 2025 20:18:42 -0500 Subject: [PATCH] Update .pre-commit-hooks.yaml --- .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 1fc2149..7fbc362 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,5 +1,5 @@ - id: format-justfile name: Format Justfiles - language: script + language: unsupported_script entry: pre-commit-just.sh files: '\.?[jJ]ustfile'