update justfile
This commit is contained in:
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,3 @@
|
|||||||
|
class App:
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user