From 980204d5851766c928c1556ccc07cc709f9f2364 Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Mon, 4 Nov 2024 14:45:09 -0800 Subject: [PATCH] chore: Update pyright dependency and use more reliable method of installing local nodejs for it (#43) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0afd4f2..6a5c83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ pre-commit = [ {python = "3.8", version = "^3.5"} ] pylint = "3.2.7" -pyright = "1.1.387" +pyright = {extras = ["nodejs"], version = "^1.1.387"} pyroma = "^4.2" pyvisa = "^1.14.1" tm_devices = "^2.3.0"