Skip to content

Commit a8c5ae4

Browse files
committed
Explicitly exclude dev deps in type checking.
1 parent 32b91d8 commit a8c5ae4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ test-nb:
1616

1717
# Run type checking
1818
typing:
19-
uv run --group typing --isolated mypy
19+
uv run --group typing --no-dev --isolated mypy
2020

2121
# Run type checking on notebooks
2222
typing-nb:
23-
uv run --group typing --isolated nbqa mypy --ignore-missing-imports
23+
uv run --group typing --no-dev --isolated nbqa mypy --ignore-missing-imports
2424

2525
# Run linting
2626
lint:

0 commit comments

Comments
 (0)