diff --git a/hooks.sh b/hooks.sh index 40692cb..25027cf 100755 --- a/hooks.sh +++ b/hooks.sh @@ -12,7 +12,7 @@ function isort_all () { } function validate_examples () { - python3 ./tests/validate_examples.py + python3 .tests/validate_examples.py if [[! $? == 0]]; then exit 1 fi