From b12abb58534eb3ab88855c6e8b2ab1aed0133c57 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Wed, 19 Mar 2025 15:10:20 +0000 Subject: [PATCH] Pass filenames to shellcheck --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf9bf80d..c480de3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,7 +91,6 @@ repos: name: shellcheck entry: uv run --extra=dev shellcheck --shell=bash language: python - pass_filenames: false types_or: [shell] additional_dependencies: [uv==0.6.3]