File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ local-setup: pre-requirements ## Sets up the local environment (e.g. install git
1515
1616.PHONY : install
1717install : pre-requirements # # Install the app packages
18- uv sync
18+ uv python install 3.12.8
19+ uv python pin 3.12.8
20+ uv sync
1921
2022.PHONY : update
2123update : pre-requirements # # Updates the app packages
22- uv lock --upgrade
24+ uv lock --upgrade
2325
2426.PHONY : add-package
2527add-package : pre-requirements # # Installs a new package in the app. ex: make install package=XXX
@@ -66,5 +68,4 @@ pre-commit: pre-requirements check-format check-typing check-lint test
6668.PHONY : rename-project
6769rename-project : # # Rename project make rename name=new-name
6870 sed -i ' s/python-boilerplate/$(name)/' Makefile
69- sed -i ' s/python-boilerplate/$(name)/' .github/workflows/trivy.yml
7071 sed -i ' s/python-boilerplate/$(name)/' pyproject.toml
You can’t perform that action at this time.
0 commit comments