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 bb94e87 commit 5d29e35Copy full SHA for 5d29e35
pyproject.toml
@@ -31,7 +31,6 @@ platforms = ["osx-arm64", "linux-64"]
31
32
[tool.pixi.pypi-dependencies]
33
34
-
35
[tool.pixi.environments]
36
dev = { features = ["dev"] }
37
publish = { features = ["publish"] }
@@ -52,12 +51,15 @@ lint.ignore = ["E721"]
52
51
disallow_untyped_defs = true
53
warn_no_return = true
54
55
56
[[tool.mypy.overrides]]
57
# TODO:: figure out expected types for the TestRegistryBase class
58
module = "snakemake_interface_common.plugin_registry.tests"
59
ignore_errors = true
60
+[[tool.mypy.overrides]]
+module = "argparse_dataclass"
61
+ignore_missing_imports = true
62
+
63
[tool.pixi.feature.dev.tasks.test]
64
cmd = [
65
"pytest",
0 commit comments