Skip to content
Snippets Groups Projects
Verified Commit 50e8eef9 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

chore(mypy): introduce one more setting to ignore errors for pytest

parent 784f27a7
No related branches found
No related tags found
No related merge requests found
Pipeline #15579 canceled
......@@ -96,7 +96,7 @@ enable_error_code = "ignore-without-code"
strict = true
[[tool.mypy.overrides]]
module = ["setuptools.*", "h5py.*", "pooch.*", "hypothesis.*"]
module = ["setuptools.*", "h5py.*", "pooch.*", "hypothesis.*", "pytest.*"]
ignore_missing_imports = true
[tool.semantic_release]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment