From: Jakob Schlyter Date: Thu, 25 Sep 2025 18:02:26 +0000 (+0200) Subject: Include pyright in dev extra (#1227) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b6dd5a720490dee4a434d4ee1d2e2bfe43c703d;p=thirdparty%2Fdnspython.git Include pyright in dev extra (#1227) --- diff --git a/pyproject.toml b/pyproject.toml index dd8bfbbd..a2f77ea3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] -