]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
do not pyright win32util.py
authorBob Halley <halley@dnspython.org>
Fri, 18 Oct 2024 20:14:26 +0000 (13:14 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 18 Oct 2024 20:14:26 +0000 (13:14 -0700)
pyproject.toml

index 9b0ba018a37c8ad71431240422d6765bd52b70de..d16c078d373e8b520830ac259221975e0d3f35bb 100644 (file)
@@ -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"]