Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ 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
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 @@ -72,6 +72,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. (#17749)
* 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)
* In `braille.py`, the `FormattingMarker` class has a new `shouldBeUsed` method, to determine if the formatting marker key should be reported (#7608, @nvdaes)
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.