Skip to content

Commit 55f470a

Browse files
committed
style(mypy): ignore py.* legacy pytest imports
1 parent 5def1d0 commit 55f470a

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
@@ -150,3 +150,7 @@ warn_return_any = true
150150
warn_redundant_casts = true
151151
warn_unused_ignores = true
152152
warn_unused_configs = true
153+
154+
[[tool.mypy.overrides]]
155+
module = "py.*" # Legacy pytest dependencies
156+
ignore_missing_imports = true

0 commit comments

Comments
 (0)