Skip to content

Commit 808081e

Browse files
committed
pin basedmypy to 2.8.*
1 parent d7f4fba commit 808081e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

pixi.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ array-api-extra = { path = ".", editable = true }
7171
[tool.pixi.feature.lint.dependencies]
7272
pre-commit = "*"
7373
pylint = "*"
74-
basedmypy = "*"
74+
basedmypy = "2.8.*"
7575
basedpyright = "*"
7676
numpydoc = ">=1.8.0,<2"
7777
# import dependencies for mypy:

0 commit comments

Comments
 (0)