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

bugraoz pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new ecf7e1db66e [v3-1-test] Upgrade minimum prek version (#61634) (#61744)
ecf7e1db66e is described below

commit ecf7e1db66ecf3ef6075cd61fe71074eefed3663
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 00:09:35 2026 +0100

    [v3-1-test] Upgrade minimum prek version (#61634) (#61744)
    
    * to align with our current prek version for maintenance
    (cherry picked from commit bd7a71233a633fb570628f29a2c98dd9e99a2fbf)
    
    Co-authored-by: Bugra Ozturk <[email protected]>
---
 .pre-commit-config.yaml                       | 2 +-
 go-sdk/.pre-commit-config.yaml                | 2 +-
 scripts/ci/prek/upgrade_important_versions.py | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b3d8700347a..1796a99047e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -16,7 +16,7 @@
 # under the License.
 ---
 default_stages: [pre-commit, pre-push]
-minimum_prek_version: '0.2.22'
+minimum_prek_version: '0.3.2'
 default_language_version:
   python: python3
   node: 22.19.0
diff --git a/go-sdk/.pre-commit-config.yaml b/go-sdk/.pre-commit-config.yaml
index 1a812d9f915..6775c6a07b9 100644
--- a/go-sdk/.pre-commit-config.yaml
+++ b/go-sdk/.pre-commit-config.yaml
@@ -16,7 +16,7 @@
 # under the License.
 ---
 default_stages: [pre-commit, pre-push]
-minimum_prek_version: '0.2.0'
+minimum_prek_version: '0.3.2'
 default_language_version:
   python: python3
   node: 22.19.0
diff --git a/scripts/ci/prek/upgrade_important_versions.py 
b/scripts/ci/prek/upgrade_important_versions.py
index 3670f3c0856..9b8e9e63204 100755
--- a/scripts/ci/prek/upgrade_important_versions.py
+++ b/scripts/ci/prek/upgrade_important_versions.py
@@ -357,6 +357,7 @@ PREK_PATTERNS: list[tuple[re.Pattern, Quoting]] = [
         ),
         Quoting.UNQUOTED,
     ),
+    # We should not add minimum_prek_version into automation unless this 
installation part automated with prek
 ]
 
 NODE_LTS_PATTERNS: list[tuple[re.Pattern, Quoting]] = [

Reply via email to