diff --git a/pyproject.toml b/pyproject.toml index 532c6a0..08278b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ pre-commit = [ {python = "3.8", version = "^3.5"} ] pylint = "3.2.7" -pyright = "1.1.386" +pyright = {extras = ["nodejs"], version = "^1.1.387"} pyroma = "^4.2" tox = "^4.0" tox-gh-actions = "^3.1.0"