From d3fe5e762b8da069b7e43f1a3b21d1b0a3c391fd Mon Sep 17 00:00:00 2001 From: Sebastian Melchior <801781+smelchior@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:52:21 +0100 Subject: [PATCH] remove additional_dependencies definition as it will not work for the script language --- .pre-commit-hooks.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index fdfb742..1371dda 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -51,7 +51,6 @@ types: [shell] exclude_types: [csh, perl, python, ruby, tcsh, zsh] args: [-e, SC1091] - additional_dependencies: [shellcheck] - id: shfmt name: Check shell style with shfmt @@ -60,4 +59,3 @@ types: [shell] exclude_types: [csh, perl, python, ruby, tcsh, zsh] args: ['-l', '-i', '2', '-ci'] - additional_dependencies: [shfmt]