Compare commits
2 Commits
cb29f435f3
...
9938475855
| Author | SHA1 | Date | |
|---|---|---|---|
| 9938475855 | |||
| 473dd68b33 |
5
justfile
5
justfile
@@ -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
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
class App:
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def run(self):
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user