From 6eb75c5678ddb4d040f644e331e222078b99b3a1 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sun, 15 Aug 2021 17:38:47 +0200 Subject: [Refactor] Clean-up redundant module-load checks (#1011) --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.pre-commit-config.yaml') 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/shfmt@v3.2.2] + 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 -- cgit v1.2.3