Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ repos:
name: format with ruff

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.403
rev: v1.1.406
hooks:
- id: pyright
name: Check types with pyright
additional_dependencies: [ "pyright[nodejs]==1.1.406" ]

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ dev = [
lint = [
"ruff==0.12.7",
"pre-commit==4.2.0",
"pyright==1.1.403",
"pyright[nodejs]==1.1.406",
]
license-check = [
"licensecheck==2025.1",
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Add-ons will need to be re-tested and have their manifest updated.
* Updated sphinx to 8.1.3. (#18475)
* Introduced onnxruntime 1.22.1 for model inference. (#18475)
* Introduced onnx 1.18.0 to generate mock models for system test. (#18475)
* Updated pyright to 1.1.406 and enabled the Node.js-backed server (`pyright[nodejs]`) for faster and more reliable analysis. (#17749)
* Updated wxPython to 4.2.3. (#19080)
* X64 NVDAHelper libraries are now also build for the [ARM64EC architecture](https://learn.microsoft.com/en-us/windows/arm/arm64ec).
On ARM64 machines with Windows 11, these ARM64EC libraries are loaded instead of their X64 equivalents. (#18570, @leonarddeR)
Expand Down
25 changes: 20 additions & 5 deletions uv.lock

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