From cb5b2742187a9c6cc4535dd033eda98660c268fe Mon Sep 17 00:00:00 2001 From: Nathan Perkins Date: Wed, 18 Oct 2023 15:39:09 +0100 Subject: [PATCH] testing hooks --- .hooks/typechecking_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hooks/typechecking_installer.sh b/.hooks/typechecking_installer.sh index 966039a2b..54736e93c 100755 --- a/.hooks/typechecking_installer.sh +++ b/.hooks/typechecking_installer.sh @@ -22,7 +22,7 @@ HOOK_SCRIPT="#!/bin/bash FILES=\$(git diff --diff-filter=MA --name-only master | grep 'darwin/future/.*\.py$') RED='\033[0;31m' GREEN='\033[0;32m' -echo Pre-Commit Hook: Typecheck +echo Typechecking Hook echo ---------------------------------------- echo checking \$FILES # Run the linters on each changed file