We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529662d commit 0279a33Copy full SHA for 0279a33
1 file changed
Justfile
@@ -24,7 +24,7 @@ lint-fix:
24
25
# Run type checker
26
type-check:
27
- uv run ty check
+ uv run ty check src tests
28
29
# Run format, lint, and type-check
30
check: format lint type-check
@@ -50,7 +50,7 @@ ci:
50
uv run ruff format --check .
51
uv run ruff check .
52
rumdl check .
53
54
uv run pytest
55
56
# Build and publish to PyPI
0 commit comments