GHA CI: Update pre-commit-config

* Bumped `codespell` -> `2.4.0`
* Bumped `typos` -> `1.29.4`
* Fixed found typos from dry run
xavier2k6
2025-01-27 17:31:44 +00:00
committed by GitHub
parent 985052ef97
commit 4501696f4d
3 changed files with 4 additions and 4 deletions

@@ -16,14 +16,14 @@ repos:
name: Check trailing whitespaces
- repo: https://github.com/codespell-project/codespell.git
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
name: Check spelling (codespell)
args: ["--ignore-words-list", ""]
- repo: https://github.com/crate-ci/typos.git
rev: v1.26.0
rev: v1.29.4
hooks:
- id: typos
name: Check spelling (typos)

@@ -75,7 +75,7 @@ Let's assume that the working directory for our compilation will be '''C:\qBitto
* Navigate to the Libtorrent source folder. eg ''cd C:\qBittorrent\libtorrent-rasterbar-0.16.9''
* Copy the b2.exe from the Boost directory to the Libtorrent directory
copy ..\boost_1_53_0\b2.exe b2.exe
* Compile a static version of Libtorrent. Issue the following command where N is the number of CPU cores you have or how many threads you want b2 to use when compiling, adjust the value of BOOST_ROOT to the Boost source directory(absolute path) and adjuct the value of the "include=" and "library-path=" keywords:
* Compile a static version of Libtorrent. Issue the following command where N is the number of CPU cores you have or how many threads you want b2 to use when compiling, adjust the value of BOOST_ROOT to the Boost source directory(absolute path) and adjust the value of the "include=" and "library-path=" keywords:
b2 -q --without-python --toolset=msvc-9.0 variant=release link=static runtime-link=static encryption=openssl logging=none geoip=static dht-support=on boost=source character-set=unicode boost-link=static -sBOOST_ROOT="C:\qBittorrent\boost_1_53_0" include="C:\QBITTORRENT\install\include" library-path="C:\QBITTORRENT\install\lib" -j N
* If you want to continue with the lazy batch file approach here's the batch file you need to use (still assuming you haven't left the VS2008 Command prompt) -- copy and paste it to e.g. 'mkl.bat' and place it in your lib* folder and then run it:
copy %BOOST_ROOT%\b2.exe

@@ -343,7 +343,7 @@ content-length: length
```
where
`dl_info` - (translated string) contains current global downalod speed and global amount of data downaloded during this session<br/>
`dl_info` - (translated string) contains current global download speed and global amount of data downloaded during this session<br/>
`up_info` - (translated string) contains current global upload speed and global amount of data uploaded during this session<br/>
### Get qBittorrent preferences ###