From 0f5d04b9cab1681933bc830eef4663f0ee09a9ac Mon Sep 17 00:00:00 2001 From: Tomaz Vieira Date: Wed, 9 Oct 2024 18:03:42 +0200 Subject: [PATCH] Pins pyright to 1.1.378 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf509e789..bef98aeb9 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ "pdoc", "pre-commit", "psutil", # parallel pytest with '-n auto' - "pyright", + "pyright==1.1.378", "pytest-xdist", # parallel pytest "pytest", "python-devtools",