You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2022/12/20 08:19:48 UTC

[airflow-site] branch update-pre created (now 8609285c6e)

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

eladkal pushed a change to branch update-pre
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


      at 8609285c6e Update pre-commit

This branch includes the following new commits:

     new 8609285c6e Update pre-commit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Update pre-commit

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch update-pre
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 8609285c6ef9773e6b791f5fcb395848c287315d
Author: Elad Kalif <45...@users.noreply.github.com>
AuthorDate: Tue Dec 20 10:16:20 2022 +0200

    Update pre-commit
---
 .pre-commit-config.yaml | 4 ++--
 requirements.txt        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c0591cd017..cc83d15965 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
       - id: check-hooks-apply
       - id: check-useless-excludes
   - repo: https://github.com/Lucas-C/pre-commit-hooks
-    rev: v1.1.7
+    rev: v1.3.1
     hooks:
       - id: forbid-tabs
         exclude: ^\.gitmodules$
@@ -141,7 +141,7 @@ repos:
         files: \.js$
         exclude: ^sphinx_airflow_theme/
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.3.0
+    rev: v4.4.0
     hooks:
       - id: check-executables-have-shebangs
       - id: check-json
diff --git a/requirements.txt b/requirements.txt
index 1e52d65c38..6ca354e472 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-pre-commit==1.18.3
-PyYAML==5.3.1
+pre-commit==2.20.0
+PyYAML==6.0
 semver==2.13.0