Skip to content

Commit 1d7b453

Browse files
committed
DEV: use basedpyright from conda-forge
1 parent 9f28511 commit 1d7b453

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
@@ -72,14 +72,12 @@ array-api-extra = { path = ".", editable = true }
7272
pre-commit = "*"
7373
pylint = "*"
7474
basedmypy = "*"
75+
basedpyright = "*"
7576
# import dependencies for mypy:
7677
array-api-strict = "*"
7778
numpy = "*"
7879
pytest = "*"
7980

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

0 commit comments

Comments
 (0)