We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f11e2 commit c154a8cCopy full SHA for c154a8c
docs/docs/contributing.md
@@ -40,7 +40,7 @@ cd icechunk-python
40
uv run pytest
41
42
# Run type checking
43
- uv run mypy python
+ uv run mypy python tests
44
45
# Run linting
46
uv run ruff check python
icechunk-python/README.md
@@ -19,7 +19,7 @@ source .venv/bin/activate
19
20
21
22
-uv run mypy python
+uv run mypy python tests
23
24
25
0 commit comments