This commit is contained in:
2023-11-26 12:47:16 +01:00
parent 3b494dd83a
commit e007d98985
6 changed files with 215 additions and 210 deletions

View File

@@ -49,6 +49,11 @@ ignore_missing_imports = true
module = "pytest.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "anyio.*"
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "setuptools.*"
ignore_missing_imports = true