From bdc844dd6649b3c4e801b7afb18f4b32a608b18f Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 10 Sep 2021 11:37:53 -0600 Subject: [PATCH] Fix bad repository name in pre-commit config Having a trailing slash on the `flynt` entry makes some versions of Git (in my case, the one under Ubuntu 20.04) unwilling to clone it. Removing the trailing slash to match the other entries fixes the problem. --- .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 212be6f4d1dc4..55989a33ef285 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -250,7 +250,7 @@ repos: exclude: | (?x) ^airflow/_vendor/ - - repo: https://github.com/ikamensh/flynt/ + - repo: https://github.com/ikamensh/flynt rev: '0.66' hooks: - id: flynt