Skip to content

Commit

Permalink
Update pre-commit-config workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier2k6 committed Oct 11, 2024
1 parent c8d3870 commit 7075471
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helper/pre-commit/.typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
[default.extend-identifiers]
BigSur = "BigSur"
mak = "mak"
UPnP = "UPnP"

[default.extend-words]
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v5.0.0
hooks:
- id: fix-byte-order-marker
name: Check file encoding (UTF-8 without BOM)
Expand All @@ -16,14 +16,14 @@ repos:
name: Check trailing whitespaces

- repo: https://github.com/codespell-project/codespell.git
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
name: Check spelling (codespell)
args: ["--ignore-words-list", ""]

- repo: https://github.com/crate-ci/typos.git
rev: v1.16.18
rev: v1.26.0
hooks:
- id: typos
name: Check spelling (typos)
Expand Down
2 changes: 1 addition & 1 deletion How-to-use-custom-UI-themes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

As of version 4.2.2, custom unofficial Qt UI themes can be used on all platforms. This is mostly relevant for Windows users, because on Windows there is currently no native themeing integration.
As of version 4.2.2, custom unofficial Qt UI themes can be used on all platforms. This is mostly relevant for Windows users, because on Windows there is currently no native theming integration.

# Procedure

Expand Down

0 comments on commit 7075471

Please sign in to comment.