From 1f33ce8c8d96bae5da5a6daa2a1f0caaf0cb1b34 Mon Sep 17 00:00:00 2001 From: Jerome Fitzgerald Date: Mon, 22 Jul 2024 20:32:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20(husky)=20remove=20pwd=20[ski?= =?UTF-8?q?p=20ci]=20(#2667)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With `9.1.0` this is no longer necessary --- .husky/pre-commit | 2 -- .husky/prepare-commit-msg | 2 -- 2 files changed, 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 85838f6be..ee4a69998 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,5 @@ #!/bin/sh [ -n "$CI" ] && exit 0 -# shellcheck source=/dev/null -. "$(dirname "$0")/_/husky.sh" FILE_ENV=.env if [ -f "$FILE_ENV" ]; then diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 628883672..7fa9413eb 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -1,7 +1,5 @@ #!/bin/sh [ -n "$CI" ] && exit 0 -# shellcheck source=/dev/null -. "$(dirname "$0")/_/husky.sh" FILE_ENV=.env if [ -f "$FILE_ENV" ]; then