mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Update pre-commit-config workflow
@@ -6,5 +6,6 @@
|
|||||||
[default.extend-identifiers]
|
[default.extend-identifiers]
|
||||||
BigSur = "BigSur"
|
BigSur = "BigSur"
|
||||||
mak = "mak"
|
mak = "mak"
|
||||||
|
UPnP = "UPnP"
|
||||||
|
|
||||||
[default.extend-words]
|
[default.extend-words]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
||||||
rev: v4.5.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: fix-byte-order-marker
|
- id: fix-byte-order-marker
|
||||||
name: Check file encoding (UTF-8 without BOM)
|
name: Check file encoding (UTF-8 without BOM)
|
||||||
@@ -16,14 +16,14 @@ repos:
|
|||||||
name: Check trailing whitespaces
|
name: Check trailing whitespaces
|
||||||
|
|
||||||
- repo: https://github.com/codespell-project/codespell.git
|
- repo: https://github.com/codespell-project/codespell.git
|
||||||
rev: v2.2.6
|
rev: v2.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
name: Check spelling (codespell)
|
name: Check spelling (codespell)
|
||||||
args: ["--ignore-words-list", ""]
|
args: ["--ignore-words-list", ""]
|
||||||
|
|
||||||
- repo: https://github.com/crate-ci/typos.git
|
- repo: https://github.com/crate-ci/typos.git
|
||||||
rev: v1.16.18
|
rev: v1.26.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
name: Check spelling (typos)
|
name: Check spelling (typos)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Introduction
|
# 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
|
# Procedure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user