Fix pre-commit hook for running unit tests, since the script's path has changed.

pull/3554/head
derekpierre 2024-08-13 14:59:33 -04:00
parent 019569c36e
commit e4694c9ea1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ repos:
- id: tests
name: Run Nucypher Unit Tests
entry: scripts/hooks/run_unit_tests.sh
entry: scripts/run_unit_tests.sh
language: system
types: [python]
stages: [push] # required additional setup: pre-commit install && pre-commit install -t pre-push