diff --git a/pyproject.toml b/pyproject.toml index e4cda45a..1bfa03ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,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" tox = "^4.0" tox-gh-actions = "^3.1.0"