Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA CI: Bump numerous hook revs #22193

Merged
merged 2 commits into from
Jan 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading