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 19af630 commit d07d4a8Copy full SHA for d07d4a8
pyproject.toml
@@ -126,7 +126,6 @@ if.env.COVERAGE = false
126
inherit.cmake.define = "append"
127
cmake.define.DISABLE_UNITY = "1"
128
129
-
130
[tool.scikit-build.sdist]
131
include = [
132
"README.md",
@@ -235,7 +234,6 @@ test = [ # dependencies used for running tests
235
234
"pytest-reraise",
236
"pytest-timeout",
237
"pytest-timestamper",
238
- "mypy",
239
"coverage",
240
"gcovr",
241
"gcsfs",
@@ -283,6 +281,7 @@ build = [
283
281
]
284
282
dev = [ # tooling like uv will install this automatically when syncing the environment
285
"pre-commit",
+ "mypy",
286
"ruff>=0.13.0",
287
{include-group = "stubdeps"},
288
{include-group = "build"},
0 commit comments