diff options
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e3e7d34..9172b0f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,7 @@ repos: - id: shfmt name: shfmt minimum_pre_commit_version: 2.4.0 - language: golang - additional_dependencies: [mvdan.cc/sh/v3/cmd/[email protected]] + language: system entry: shfmt args: [-i=2, -ci, -w] types: [shell] @@ -21,7 +20,7 @@ repos: language: rust entry: stylua types: [lua] - args: [.] + args: ['-'] - id: luacheck name: luacheck language: system |