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

potiuk 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 4f5e482c1f Bump minimum pre-commit version (#35590)
4f5e482c1f is described below

commit 4f5e482c1f9eebc3824d29e446828f4a3066a184
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Nov 12 21:31:27 2023 +0100

    Bump minimum pre-commit version (#35590)
---
 .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 07000ff3d0..1a8b98f03f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -19,7 +19,7 @@ default_stages: [commit, push]
 default_language_version:
   python: python3
   node: 18.6.0
-minimum_pre_commit_version: '2.0.0'
+minimum_pre_commit_version: '3.2.0'
 repos:
   - repo: meta
     hooks:

Reply via email to