Skip to content

Commit

Permalink
testing hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Perkins committed Oct 18, 2023
1 parent 8fd9b43 commit cb5b274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hooks/typechecking_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb5b274

Please sign in to comment.