mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
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
This commit is contained in:
parent
0fd4a2ea38
commit
ec545a625e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue