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 9f28511 commit 1d7b453Copy full SHA for 1d7b453
pyproject.toml
@@ -72,14 +72,12 @@ array-api-extra = { path = ".", editable = true }
72
pre-commit = "*"
73
pylint = "*"
74
basedmypy = "*"
75
+basedpyright = "*"
76
# import dependencies for mypy:
77
array-api-strict = "*"
78
numpy = "*"
79
pytest = "*"
80
-[tool.pixi.feature.lint.pypi-dependencies]
81
-basedpyright = "*"
82
-
83
[tool.pixi.feature.lint.tasks]
84
pre-commit-install = { cmd = "pre-commit install" }
85
pre-commit = { cmd = "pre-commit run -v --all-files --show-diff-on-failure" }
0 commit comments