We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202302a commit f3985b1Copy full SHA for f3985b1
Makefile
@@ -19,5 +19,8 @@ lint: install
19
@ruff check app
20
@ruff format app --check
21
22
+lock: install
23
+ @uv lock
24
+
25
clean:
26
@rm -rf .venv/ .mypy_cache/ .ruff_cache/
0 commit comments