Skip to content

Commit f3985b1

Browse files
committed
feat: adding lock script
1 parent 202302a commit f3985b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ lint: install
1919
@ruff check app
2020
@ruff format app --check
2121

22+
lock: install
23+
@uv lock
24+
2225
clean:
2326
@rm -rf .venv/ .mypy_cache/ .ruff_cache/

0 commit comments

Comments
 (0)