Browse Source

GHA CI: Update numerous pre-commit revisions and fixed typo

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.
adaptive-webui-19844
xavier2k6 1 year ago committed by GitHub
parent
commit
d60f9c6142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .pre-commit-config.yaml
  2. 2
      dist/windows/config.nsi

6
.pre-commit-config.yaml

@ -13,7 +13,7 @@ repos:
- ts - ts
- repo: https://github.com/pre-commit/pre-commit-hooks.git - repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: check-json - id: check-json
name: Check JSON files name: Check JSON files
@ -62,7 +62,7 @@ repos:
- ts - ts
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: v2.2.5 rev: v2.2.6
hooks: hooks:
- id: codespell - id: codespell
name: Check spelling (codespell) name: Check spelling (codespell)
@ -83,7 +83,7 @@ repos:
- ts - ts
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.16.10 rev: v1.16.18
hooks: hooks:
- id: typos - id: typos
name: Check spelling (typos) name: Check spelling (typos)

2
dist/windows/config.nsi vendored

@ -148,7 +148,7 @@ RequestExecutionLevel user
!define MUI_LANGDLL_ALLLANGUAGES !define MUI_LANGDLL_ALLLANGUAGES
;-------------------------------- ;--------------------------------
;Remember the unistaller/installer language ;Remember the uninstaller/installer language
!define MUI_LANGDLL_REGISTRY_ROOT "HKLM" !define MUI_LANGDLL_REGISTRY_ROOT "HKLM"
!define MUI_LANGDLL_REGISTRY_KEY "Software\qbittorrent" !define MUI_LANGDLL_REGISTRY_KEY "Software\qbittorrent"
!define MUI_LANGDLL_REGISTRY_VALUENAME "Installer Language" !define MUI_LANGDLL_REGISTRY_VALUENAME "Installer Language"

Loading…
Cancel
Save