Skip to content

Commit

Permalink
feat: adding lock script
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnsto committed Jan 10, 2025
1 parent 202302a commit f3985b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ lint: install
@ruff check app
@ruff format app --check

lock: install
@uv lock

clean:
@rm -rf .venv/ .mypy_cache/ .ruff_cache/

0 comments on commit f3985b1

Please sign in to comment.