update justfile

This commit is contained in:
2026-06-22 18:40:10 -04:00
parent cb29f435f3
commit 473dd68b33
2 changed files with 7 additions and 1 deletions

View File

@@ -7,4 +7,7 @@ lint:
fmt:
uv run ruff format
check: lint test
typecheck:
uv run basedpyright
check: lint test typecheck

View File

@@ -0,0 +1,3 @@
class App:
def __init__(self):
pass