From f8a46a194c89f1459fd97d5a8fa618e8326a2bfa Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 2 Nov 2021 21:28:18 +0100 Subject: [PATCH] Github removed the git protocol (#112) https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- .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 6a28d81..cd429eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: flake8 language_version: python3 additional_dependencies: [flake8-typing-imports==1.3.0] - - repo: git://github.com/FalconSocial/pre-commit-mirrors-pep257 + - repo: https://github.com/FalconSocial/pre-commit-mirrors-pep257 rev: v0.3.3 hooks: - id: pep257