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

@@ -6,5 +6,8 @@ lint:
fmt: fmt:
uv run ruff format uv run ruff format
typecheck:
uv run basedpyright
check: lint test check: lint test typecheck

View File

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