Updating & documenting hooks

This commit is contained in:
2022-10-26 19:38:18 -05:00
parent dac8563a32
commit 87f907d948
4 changed files with 24 additions and 6 deletions

View File

@@ -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