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]