From: Bob Halley Date: Fri, 18 Oct 2024 20:14:26 +0000 (-0700) Subject: do not pyright win32util.py X-Git-Tag: v2.8.0rc1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740ae72d28e5bdadafbda80169eea255bbde16ac;p=thirdparty%2Fdnspython.git do not pyright win32util.py --- 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"]