mirror of
https://github.com/qbittorrent/wiki.git
synced 2024-11-26 19:30:30 +00:00
Update pre-commit-config workflow
This commit is contained in:
parent
c8d3870986
commit
7075471c8d
@ -6,5 +6,6 @@
|
||||
[default.extend-identifiers]
|
||||
BigSur = "BigSur"
|
||||
mak = "mak"
|
||||
UPnP = "UPnP"
|
||||
|
||||
[default.extend-words]
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user