diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9ef2fa0..d61f5f0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - repo: https://github.com/scop/pre-commit-shfmt rev: v3.7.0-2 hooks: - - id: shfmt # native (requires Go to build) + - id: shfmt-src # native (requires Go to build) args: ["-i", "4"] ci: # To trigger manually, comment on a pull request with "pre-commit.ci autofix"