Skip to content

Commit

Permalink
chore: Update pyright dependency and use more reliable method of inst…
Browse files Browse the repository at this point in the history
…alling local nodejs for it (#344)
  • Loading branch information
nfelt14 authored Nov 4, 2024
1 parent 5a9418f commit 4f0959e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f0959e

Please sign in to comment.