File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed
Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,14 @@ jobs:
127127 mypy --tb --no-incremental --cache-dir=/dev/null \
128128 ${{ steps.collect-files.outputs.files }}
129129
130+ - name : basedmypy
131+ run : |
132+ uv sync --no-editable --group=basedmypy
133+ uv pip install numpy==${{ matrix.numpy-version }}
134+ uv run --no-sync --active \
135+ mypy --tb --no-incremental --cache-dir=/dev/null \
136+ ${{ steps.collect-files.outputs.files }}
137+
130138 - name : pyright
131139 run : |
132140 uv sync --no-editable --group=pyright
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ test_numpy = [
6565pyright = [
6666 " pyright>=1.1.403" ,
6767]
68+ basedmypy = [
69+ " basedmypy>=2.10.0" ,
70+ ]
6871
6972[tool .hatch ]
7073version.source = " vcs"
You can’t perform that action at this time.
0 commit comments