Skip to content

Commit 23ee1e4

Browse files
committed
DEV: use basedpyright from conda-forge
1 parent ee024f5 commit 23ee1e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,12 @@ array-api-extra = { path = ".", editable = true }
7373
pre-commit = "*"
7474
pylint = "*"
7575
basedmypy = "*"
76+
basedpyright = "*"
7677
# import dependencies for mypy:
7778
array-api-strict = "*"
7879
numpy = "*"
7980
pytest = "*"
8081

81-
[tool.pixi.feature.lint.pypi-dependencies]
82-
basedpyright = "*"
83-
8482
[tool.pixi.feature.lint.tasks]
8583
pre-commit-install = { cmd = "pre-commit install" }
8684
pre-commit = { cmd = "pre-commit run -v --all-files --show-diff-on-failure" }

0 commit comments

Comments
 (0)