Skip to content

Commit bd502a0

Browse files
committed
mypy: Ignore async_solipsism.*
Newer async_solipsism versions provide some extra modules, so we ignore those too. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0efa1e4 commit bd502a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,8 @@ module = [
108108
ignore_missing_imports = true
109109

110110
[[tool.mypy.overrides]]
111-
module = "async_solipsism"
111+
module = [
112+
"async_solipsism",
113+
"async_solipsism.*",
114+
]
112115
ignore_missing_imports = true

0 commit comments

Comments
 (0)