Skip to content

Commit

Permalink
GHA CI: Update numerous pre-commit revisions and fixed typo
Browse files Browse the repository at this point in the history
Updated:
* pre-commit-hooks -> 4.5.0
* codespell -> 2.2.6
* typos -> 1.16.18

Note:
fixed a typo from previous "test run"  of codespell 2.2.6 (L151) `dist\windows\config.nsi` - `unistaller` -> `uninstaller`

PR #19699.
  • Loading branch information
xavier2k6 authored Oct 13, 2023
1 parent a388881 commit d60f9c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- ts

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
name: Check JSON files
Expand Down Expand Up @@ -62,7 +62,7 @@ repos:
- ts

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
name: Check spelling (codespell)
Expand All @@ -83,7 +83,7 @@ repos:
- ts

- repo: https://github.com/crate-ci/typos
rev: v1.16.10
rev: v1.16.18
hooks:
- id: typos
name: Check spelling (typos)
Expand Down
2 changes: 1 addition & 1 deletion dist/windows/config.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ RequestExecutionLevel user
!define MUI_LANGDLL_ALLLANGUAGES

;--------------------------------
;Remember the unistaller/installer language
;Remember the uninstaller/installer language
!define MUI_LANGDLL_REGISTRY_ROOT "HKLM"
!define MUI_LANGDLL_REGISTRY_KEY "Software\qbittorrent"
!define MUI_LANGDLL_REGISTRY_VALUENAME "Installer Language"
Expand Down

0 comments on commit d60f9c6

Please sign in to comment.