Update Makefile to enhance setup-env with pipenv installation and pre-commit configuration

This commit is contained in:
William Valentin
2025-07-15 13:37:52 -07:00
parent 97fc2ee609
commit 52a079cbcd

View File

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