diff options
author | kylo252 <[email protected]> | 2021-08-15 17:38:47 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-15 20:08:47 +0430 |
commit | 6eb75c5678ddb4d040f644e331e222078b99b3a1 (patch) | |
tree | 9830028d434cb9cc4e830346fc40ce392db29721 /.pre-commit-config.yaml | |
parent | f36fd1907fd2480c766d96c65e1aebe69e5c855f (diff) |
[Refactor] Clean-up redundant module-load checks (#1011)
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 |