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.
1 parent f6b5464 commit 28daf62Copy full SHA for 28daf62
pixi.toml
@@ -73,6 +73,7 @@ test-all-mypy-py313 = { features = [
73
"dask",
74
"plotting",
75
"extras",
76
+ "mypy",
77
] }
78
79
test-bare-minimum = { features = ["test", "minimal"] }
@@ -258,14 +259,15 @@ types-requests = "*"
258
259
types-setuptools = "*"
260
types-openpyxl = "*"
261
typing_extensions = "*"
262
+pip = "*"
263
264
[feature.mypy.pypi-dependencies]
265
types-defusedxml = "*"
266
types-pexpect = "*"
267
268
269
[feature.mypy.tasks]
-mypy = "mypy --install-types --non-interactive --cobertura-xml-report mypy_report"
270
+typing = "mypy --install-types --non-interactive --cobertura-xml-report mypy_report"
271
272
[feature.pre-commit.dependencies]
273
pre-commit = "*"
0 commit comments