Update pre-commit-config workflow
Some checks failed
CI - File health / Check (push) Has been cancelled
Deploy wiki / Deploy wiki (push) Has been cancelled

This commit is contained in:
xavier2k6 2024-09-19 16:48:57 +01:00
parent c8d3870986
commit 7075471c8d
3 changed files with 5 additions and 4 deletions

View File

@ -6,5 +6,6 @@
[default.extend-identifiers]
BigSur = "BigSur"
mak = "mak"
UPnP = "UPnP"
[default.extend-words]

View File

@ -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)
@ -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)

View File

@ -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