Skip to content

Commit

Permalink
GHA CI: Bump numerous hook revs
Browse files Browse the repository at this point in the history
PR #22193.
  • Loading branch information
xavier2k6 authored Jan 25, 2025
1 parent 82c36ae commit abd3cd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ repos:
- ts

- repo: https://github.com/codespell-project/codespell.git
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
name: Check spelling (codespell)
Expand All @@ -88,7 +88,7 @@ repos:
- ts

- repo: https://github.com/crate-ci/typos.git
rev: v1.28.4
rev: v1.29.4
hooks:
- id: typos
name: Check spelling (typos)
Expand Down
2 changes: 1 addition & 1 deletion src/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ void Application::runExternalProgram(const QString &programTemplate, const BitTo
const QString logMsg = tr("Running external program. Torrent: \"%1\". Command: `%2`");
const QString logMsgError = tr("Failed to run external program. Torrent: \"%1\". Command: `%2`");

// The processing sequenece is different for Windows and other OS, this is intentional
// The processing sequence is different for Windows and other OS, this is intentional
#if defined(Q_OS_WIN)
const QString program = replaceVariables(programTemplate);
const std::wstring programWStr = program.toStdWString();
Expand Down

0 comments on commit abd3cd5

Please sign in to comment.