]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Include pyright in dev extra (#1227)
authorJakob Schlyter <jakob@kirei.se>
Thu, 25 Sep 2025 18:02:26 +0000 (20:02 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Sep 2025 18:02:26 +0000 (11:02 -0700)
pyproject.toml

index dd8bfbbd2310d9bee5a52d22aceab5b39fb12592..a2f77ea3f9cc802ba1459ae9437570d84de3ab8b 100644 (file)
@@ -36,6 +36,7 @@ dev = [
     "flake8>=7",
     "mypy>=1.17",
     "pylint>=3",
+    "pyright>=1.1.405",
     "pytest>=8.4",
     "pytest-cov>=6.2.0",
     "quart-trio>=0.12.0",
@@ -127,4 +128,3 @@ ignore_missing_imports = true
 [tool.pyright]
 reportUnsupportedDunderAll = false
 exclude = ["dns/win32util.py", "examples/*.py", "tests/*.py"]
-