Skip to content

Commit 9a145fb

Browse files
authored
πŸ“Œ exclude pyright 1.1.404 (#823)
2 parents 437e09a + 04f276d commit 9a145fb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
# mypy_primer expects pyright to pass
4646
- name: pyright
4747
uses: jakebailey/[email protected]
48+
with:
49+
# see https://github.com/microsoft/pyright/issues/10832
50+
version: 1.1.403
4851

4952
# NOTE: mypy ignores `uv run --with=...` (and `--isolated` does not help), so we
5053
# manually (re)install the desired version directly in the environment.

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type = [
6060
{ include-group = "extras" },
6161
{ include-group = "ci" },
6262
"array-api-compat==1.12.0", # bundled as `scipy._lib.array_api_compat`
63-
"basedpyright>=1.31.2",
63+
"basedpyright>=1.31.2, !=1.31.3", # see https://github.com/microsoft/pyright/issues/10832
6464
"mypy[faster-cache]>=1.17.1",
6565
]
6666
dev = [

β€Žuv.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)