From d60f9c6142ba252a4ae3edb33aec5ae09e1fe888 Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:57:08 +0100 Subject: [PATCH] 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. --- .pre-commit-config.yaml | 6 +++--- dist/windows/config.nsi | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7596f036e..a888a9617 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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) @@ -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) diff --git a/dist/windows/config.nsi b/dist/windows/config.nsi index d069005ca..1f86823ee 100644 --- a/dist/windows/config.nsi +++ b/dist/windows/config.nsi @@ -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"