mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
GHA CI: use proper git URL
The `repo` value will be used by `git clone` command and therefore the URL should end with `.git` for repos on Github. https://pre-commit.com/#repos-repo PR #19710.
This commit is contained in:
parent
cba433823f
commit
413e7dd3c4
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ repos:
|
||||||
exclude_types:
|
exclude_types:
|
||||||
- ts
|
- ts
|
||||||
|
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell.git
|
||||||
rev: v2.2.6
|
rev: v2.2.6
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
|
@ -82,7 +82,7 @@ repos:
|
||||||
exclude_types:
|
exclude_types:
|
||||||
- ts
|
- ts
|
||||||
|
|
||||||
- repo: https://github.com/crate-ci/typos
|
- repo: https://github.com/crate-ci/typos.git
|
||||||
rev: v1.16.18
|
rev: v1.16.18
|
||||||
hooks:
|
hooks:
|
||||||
- id: typos
|
- id: typos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue