From 4b6dd5a720490dee4a434d4ee1d2e2bfe43c703d Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Thu, 25 Sep 2025 20:02:26 +0200 Subject: [PATCH] Include pyright in dev extra (#1227) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] - -- 2.47.3