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 (#43)
  • Loading branch information
nfelt14 authored Nov 4, 2024
1 parent 1513681 commit 980204d
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 @@ -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"
Expand Down

0 comments on commit 980204d

Please sign in to comment.