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 96e49d6 commit d6ab2f1Copy full SHA for d6ab2f1
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: mypy
83
run: >
84
uv run --no-editable --group=test_numpy --with="numpy==${{ matrix.numpy-version }}"
85
- 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
86
87
# TODO: (based)pyright
88
0 commit comments