Skip to content

Commit

Permalink
[#147] fix: Relax Node.js version when running pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
lovit committed Feb 4, 2025
1 parent 7d3289f commit 3cce260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
rev: v1.1.393
hooks:
- id: pyright
entry: env PYRIGHT_PYTHON_NODE_VERSION=16.20.2 pyright
entry: pyright
additional_dependencies: []
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
Expand Down

0 comments on commit 3cce260

Please sign in to comment.