Skip to content

Commit

Permalink
Update Ruff
Browse files Browse the repository at this point in the history
* Pre-commit auto-update

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3)

* update ruff elsewhre

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sean Budd <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and seanbudd authored Sep 3, 2024
1 parent 3f1a723 commit 2c4793c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Matches Ruff version in requirements.
rev: v0.5.6
rev: v0.6.3
hooks:
- id: ruff
name: lint with ruff
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sphinx==7.2.6
sphinx_rtd_theme==1.3.0

# Requirements for automated linting
ruff==0.5.6
ruff==0.6.3
pre-commit==3.7.1

# Runing automated license checks
Expand Down
4 changes: 3 additions & 1 deletion user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Please refer to [the developer guide](https://www.nvaccess.org/files/nvda/docume

* Note: this is an Add-on API compatibility breaking release.
Add-ons will need to be re-tested and have their manifest updated.
* Updated Comtypes to 1.4.6. (#17061, @LeonarddeR)
* Component updates:
* Updated Ruff to 0.6.3. (#17102)
* Updated Comtypes to 1.4.6. (#17061, @LeonarddeR)
* `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)

#### API Breaking Changes
Expand Down

0 comments on commit 2c4793c

Please sign in to comment.