You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/10 17:54:36 UTC

[airflow] branch main updated: Fix bad repository name in pre-commit config (#18151)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 491d818  Fix bad repository name in pre-commit config (#18151)
491d818 is described below

commit 491d81893b0afb80b5f9df191369875bce6e2aa0
Author: Andrew Godwin <an...@astronomer.io>
AuthorDate: Fri Sep 10 11:54:15 2021 -0600

    Fix bad repository name in pre-commit config (#18151)
    
    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 212be6f..55989a3 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