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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user