]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove mypy from pyproject.toml
authorBob Halley <halley@dnspython.org>
Sun, 18 Jan 2026 13:05:07 +0000 (05:05 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 18 Jan 2026 13:05:07 +0000 (05:05 -0800)
pyproject.toml

index 2172d12a1dfaa1e12d281a25d21ec13dbdc03b31..751fbe7d0c8df656d107fa48bada4e9057e2181f 100644 (file)
@@ -110,14 +110,6 @@ lint.exclude = ["tests/*"]
 [tool.isort]
 profile = "black"
 
-[[tool.mypy.overrides]]
-module = "pythoncom"
-ignore_missing_imports = true
-
-[[tool.mypy.overrides]]
-module = "wmi"
-ignore_missing_imports = true
-
 [tool.pyright]
 reportUnsupportedDunderAll = false
 exclude = ["dns/win32util.py", "examples/*.py", "tests/*.py"]