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 2b30311 commit a6bb9b7Copy full SHA for a6bb9b7
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: mypy
84
run: >
85
uv run --no-editable --group=test_numpy --with="numpy==${{ matrix.numpy-version }}"
86
- mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.py
+ mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
87
88
# TODO: (based)pyright
89
0 commit comments