Skip to content

Commit cff4ec5

Browse files
committed
GHA CI: Refactor pre-commit workflow
* Bumped `typos` Rev. * Added `AFE` to `default.extend-words` * fixed typo: `preceeded` -> `preceded`
1 parent 582a5f1 commit cff4ec5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/helper/pre-commit/.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ mak = "mak"
99
UPnP = "UPnP"
1010

1111
[default.extend-words]
12+
AFE = "AFE"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: ["--ignore-words-list", ""]
2424

2525
- repo: https://github.com/crate-ci/typos.git
26-
rev: v1.32.0
26+
rev: v1.33.1
2727
hooks:
2828
- id: typos
2929
name: Check spelling (typos)

WebUI-API-(qBittorrent-4.1).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ HTTP Status Code | Scenario
19231923

19241924
### Notes on boundaries ###
19251925

1926-
Also, be aware that multipart/form-data boundaries in the POST body are preceeded by two hyphens, and the end of the body is closed by two hyphens added to the end of the boundary string.
1926+
Also, be aware that multipart/form-data boundaries in the POST body are preceded by two hyphens, and the end of the body is closed by two hyphens added to the end of the boundary string.
19271927
For example, if you use a random string and your header has:
19281928

19291929
```

0 commit comments

Comments
 (0)