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 110a869 commit 7d2e59bCopy full SHA for 7d2e59b
‎.github/workflows/ci.yml
@@ -83,13 +83,13 @@ jobs:
83
84
- name: (DEBUG) print numpy version # TODO
85
run: >
86
- uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}" --exact
+ uv run --group=mypy --with="numpy==${{ matrix.numpy-version }}"
87
python -c "import numpy; print(numpy.__version__)"
88
89
- name: mypy
90
91
92
- mypy --tb --no-incremental --cache-dir=/dev/null tests/integration/test_numpy.pyi
+ mypy --tb tests/integration/test_numpy.pyi
93
94
# TODO: (based)pyright
95
0 commit comments