mirror of https://github.com/nucypher/nucypher.git
Fix pre-commit hook for running unit tests, since the script's path has changed.
parent
019569c36e
commit
e4694c9ea1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue