diff --git a/Makefile b/Makefile index 21b7da6..d22d45f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ setup-env: - pipenv --python 3.13.5 - pipenv shell + pip3 install pipenv + pipenv --python 3.13 + pipenv shell --python 3.13 pipenv install --dev - pipenv run pre-commit install + pipenv run pre-commit install --install-hooks --overwrite pipenv run pre-commit autoupdate pipenv run pre-commit run --all-files build: