Skip to content

Commit 2ade9e0

Browse files
committed
feat: update project
1 parent 9374bf4 commit 2ade9e0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ local-setup: pre-requirements ## Sets up the local environment (e.g. install git
1515

1616
.PHONY: install
1717
install: 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
2123
update: pre-requirements ## Updates the app packages
22-
uv lock --upgrade
24+
uv lock --upgrade
2325

2426
.PHONY: add-package
2527
add-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
6769
rename-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

0 commit comments

Comments
 (0)