Updating & documenting hooks
This commit is contained in:
@@ -8,4 +8,6 @@ elif [ -f requirements.txt ]; then
|
||||
python3 -m venv venv
|
||||
venv/bin/python3 -m pip install -r requirements.txt
|
||||
fi
|
||||
python3 -m pytest
|
||||
if [ -d tests/ ]; then
|
||||
python3 -m pytest
|
||||
fi
|
||||
|
Reference in New Issue
Block a user