Skip to content

Commit

Permalink
Merge pull request #60 from nikobockerman/skip-pyright-1.1.384
Browse files Browse the repository at this point in the history
Skip pyright 1.1.384
  • Loading branch information
nikobockerman authored Oct 11, 2024
2 parents 6fdddbd + 12a43de commit 5c5f5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ shellcheck $(git ls-files | grep '\\..*sh')
[tool.uv]
dev-dependencies = [
"ruff >=0.6.9,<0.7",
"pyright[nodejs] >=1.1.383,<2",
"pyright[nodejs] >=1.1.383,<2,!=1.1.384",
"joblib-stubs >=1.4.2.5.20240918,<2",
"mypy >=1.11.2,<2",
"pytest >=8.3.3,<9",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c5f5ca

Please sign in to comment.