Skip to content

Commit f2fa91d

Browse files
Merge 81aaa63 into 3f1a723
2 parents 3f1a723 + 81aaa63 commit f2fa91d

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repos:
9797

9898
- repo: https://github.com/astral-sh/ruff-pre-commit
9999
# Matches Ruff version in requirements.
100-
rev: v0.5.6
100+
rev: v0.6.3
101101
hooks:
102102
- id: ruff
103103
name: lint with ruff

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sphinx==7.2.6
3838
sphinx_rtd_theme==1.3.0
3939

4040
# Requirements for automated linting
41-
ruff==0.5.6
41+
ruff==0.6.3
4242
pre-commit==3.7.1
4343

4444
# Runing automated license checks

user_docs/en/changes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ Please refer to [the developer guide](https://www.nvaccess.org/files/nvda/docume
2727

2828
* Note: this is an Add-on API compatibility breaking release.
2929
Add-ons will need to be re-tested and have their manifest updated.
30-
* Updated Comtypes to 1.4.6. (#17061, @LeonarddeR)
30+
* Component updates:
31+
* Updated Ruff to 0.6.3. (#17102)
32+
* Updated Comtypes to 1.4.6. (#17061, @LeonarddeR)
3133
* `ui.browseableMessage` may now be called with options to present a button for copying to clipboard, and/or a button for closing the window. (#17018, @XLTechie)
3234

3335
#### API Breaking Changes

0 commit comments

Comments
 (0)