Compare commits

...

2 Commits

Author SHA1 Message Date
9938475855 update justfile 2026-06-22 18:40:11 -04:00
473dd68b33 update justfile 2026-06-22 18:40:10 -04:00
2 changed files with 10 additions and 1 deletions

View File

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

View File

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