From ec545a625ece6a7eaf6f5084d8ecfb8b12a0e247 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 8 Nov 2019 10:49:56 +0000 Subject: [PATCH] Use official GitLab cloning locations Avoid failure to clone repository with older versions of git by using official cloning url (as exposed by GitLab itself in their web interface). References: - https://stackoverflow.com/questions/32533379 - https://gitlab.com/gitlab-org/gitlab/issues/29629 Fixes: 1206 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b87a406..7a5398d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - id: double-quote-string-fixer -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://gitlab.com/pycqa/flake8.git rev: 3.7.7 hooks: - id: flake8