From e37934c056a3b3986053bf4631648842aa764b4c Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Fri, 2 Dec 2022 18:29:58 -0500 Subject: [PATCH] Invoke lint-staged with --verbose --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 3bacf956d..9f685c2f1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,5 +2,5 @@ . "$(dirname "$0")/_/husky.sh" make prereqs -npx lint-staged +npx lint-staged --verbose python3 ./etc/scripts/util/propscheck.py -- GitLab