From 413e7dd3c40beb4d032921e7b53e93ab7e32d91d Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 16 Oct 2023 14:51:43 +0800 Subject: [PATCH] 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. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a888a9617..29507cfa5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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