Commit 3e04434f authored by Jan Reimes's avatar Jan Reimes
Browse files

🎨 style(mise): update type-check task to include packages directory

parent b4079b76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ run = "ruff check --fix --unsafe-fixes src tests"

[tasks.type-check]
description = "Type check source code and tests"
run = "ty check src/ tests/"
run = "ty check src/ tests/ packages/"

[tasks.test]
description = "Run all tests with verbose output and short tracebacks"