From: Bob Halley Date: Sun, 18 Jan 2026 13:05:07 +0000 (-0800) Subject: remove mypy from pyproject.toml X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88823b1771605c17d89f40e33fdbd2f6ba74503b;p=thirdparty%2Fdnspython.git remove mypy from pyproject.toml --- diff --git a/pyproject.toml b/pyproject.toml index 2172d12a..751fbe7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]