mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06: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:
@@ -61,7 +61,7 @@ repos:
|
||||
exclude_types:
|
||||
- ts
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
- repo: https://github.com/codespell-project/codespell.git
|
||||
rev: v2.2.6
|
||||
hooks:
|
||||
- id: codespell
|
||||
@@ -82,7 +82,7 @@ repos:
|
||||
exclude_types:
|
||||
- ts
|
||||
|
||||
- repo: https://github.com/crate-ci/typos
|
||||
- repo: https://github.com/crate-ci/typos.git
|
||||
rev: v1.16.18
|
||||
hooks:
|
||||
- id: typos
|
||||
|
||||
Reference in New Issue
Block a user