Skip to content

Commit c154a8c

Browse files
committed
docs: add tests to mypy command
1 parent 57f11e2 commit c154a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cd icechunk-python
4040
uv run pytest
4141

4242
# Run type checking
43-
uv run mypy python
43+
uv run mypy python tests
4444

4545
# Run linting
4646
uv run ruff check python

icechunk-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source .venv/bin/activate
1919
uv run pytest
2020

2121
# Run type checking
22-
uv run mypy python
22+
uv run mypy python tests
2323

2424
# Run linting
2525
uv run ruff check python

0 commit comments

Comments
 (0)