Skip to content

Commit 4ac41d3

Browse files
committed
pyproject(mypy) Ignore pytest_codspeed
tests/sync/test_git.py:11: error: Skipping analyzing "pytest_codspeed.plugin": module is installed, but missing library stubs or py.typed marker [import-untyped] tests/sync/test_git.py:11: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
1 parent 3dd2acd commit 4ac41d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ files = [
113113
"tests",
114114
]
115115

116+
[[tool.mypy.overrides]]
117+
module = "pytest_codspeed.plugin"
118+
ignore_missing_imports = true
119+
116120
[tool.coverage.run]
117121
branch = true
118122
parallel = true

0 commit comments

Comments
 (0)