From 740ae72d28e5bdadafbda80169eea255bbde16ac Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 18 Oct 2024 13:14:26 -0700 Subject: [PATCH] do not pyright win32util.py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b0ba018..d16c078d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,4 +119,4 @@ ignore_missing_imports = true [tool.pyright] reportUnsupportedDunderAll = false -exclude = ["examples/*.py", "tests/*.py"] +exclude = ["dns/win32util.py", "examples/*.py", "tests/*.py"] -- 2.47.3