From 4c45c0ed1da474bb34dcafb7156a2e0ca9b57d3e Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Mon, 20 Jan 2025 17:19:23 -0500 Subject: [PATCH] build(deps): remove pyright (#327) We install it separately (either from snap from uv) anyway. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a7df2..4f137cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,6 @@ dev-dependencies = [ "pytest-cov~=6.0", "pytest-mock~=3.12", "mypy[reports]~=1.14.1", - "pyright==1.1.391", "types-Pygments", "types-colorama", "types-setuptools",