We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basedpyright
1 parent ee024f5 commit 23ee1e4Copy full SHA for 23ee1e4
pyproject.toml
@@ -73,14 +73,12 @@ array-api-extra = { path = ".", editable = true }
73
pre-commit = "*"
74
pylint = "*"
75
basedmypy = "*"
76
+basedpyright = "*"
77
# import dependencies for mypy:
78
array-api-strict = "*"
79
numpy = "*"
80
pytest = "*"
81
-[tool.pixi.feature.lint.pypi-dependencies]
82
-basedpyright = "*"
83
-
84
[tool.pixi.feature.lint.tasks]
85
pre-commit-install = { cmd = "pre-commit install" }
86
pre-commit = { cmd = "pre-commit run -v --all-files --show-diff-on-failure" }
0 commit comments