Update Makefile to enhance setup-env with pipenv installation and pre-commit configuration
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,8 +1,9 @@
|
|||||||
setup-env:
|
setup-env:
|
||||||
pipenv --python 3.13.5
|
pip3 install pipenv
|
||||||
pipenv shell
|
pipenv --python 3.13
|
||||||
|
pipenv shell --python 3.13
|
||||||
pipenv install --dev
|
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 autoupdate
|
||||||
pipenv run pre-commit run --all-files
|
pipenv run pre-commit run --all-files
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user