This is an automated email from the ASF dual-hosted git repository.
potiuk 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 a5a20fa6baf [v3-1-test] Get rid of the bleeding edge of our prek-hooks
(#60452) (#61064)
a5a20fa6baf is described below
commit a5a20fa6baf8ffbe25107518035bd6a213494f2b
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jan 26 13:20:37 2026 +0100
[v3-1-test] Get rid of the bleeding edge of our prek-hooks (#60452) (#61064)
Finally the Lucas-C pre-commit hook and octopin repo got released with
changes
we need so we can get rid of bleeding-edge.
(cherry picked from commit f94039b365deb1db95e37a65d716db9e943b6fe5)
---
.github/workflows/basic-tests.yml | 6 +-----
dev/breeze/src/airflow_breeze/commands/ci_commands.py | 4 +---
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/basic-tests.yml
b/.github/workflows/basic-tests.yml
index 899a7220de1..0f02eae1827 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -272,11 +272,7 @@ jobs:
platform: ${{ inputs.platform }}
save-cache: false
- name: "Autoupdate all prek hooks"
- run: prek auto-update --cooldown-days 4 --freeze
- - name: "Autoupdate Lucas-C hooks to bleeding edge"
- run: prek auto-update --bleeding-edge --freeze --repo
https://github.com/Lucas-C/pre-commit-hooks
- - name: "Autoupdate Octopin to bleeding edge"
- run: prek auto-update --bleeding-edge --freeze --repo
https://github.com/eclipse-csi/octopin
+ run: prek autoupdate --cooldown-days 4 --freeze
- name: "Check if there are any changes in prek hooks"
run: |
if ! git diff --exit-code; then
diff --git a/dev/breeze/src/airflow_breeze/commands/ci_commands.py
b/dev/breeze/src/airflow_breeze/commands/ci_commands.py
index c490a76ae60..f9f65965c59 100644
--- a/dev/breeze/src/airflow_breeze/commands/ci_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/ci_commands.py
@@ -629,9 +629,7 @@ def upgrade(target_branch: str, create_pr: bool | None,
switch_to_base: bool | N
# Define all upgrade commands to run (all run with check=False to continue
on errors)
upgrade_commands = [
- "prek auto-update --cooldown-days 4 --freeze",
- "prek auto-update --bleeding-edge --freeze --repo
https://github.com/Lucas-C/pre-commit-hooks",
- "prek auto-update --bleeding-edge --freeze --repo
https://github.com/eclipse-csi/octopin",
+ "prek autoupdate --cooldown-days 4 --freeze",
"prek --all-files --verbose --hook-stage manual pin-versions",
"prek --all-files --show-diff-on-failure --color always --verbose
--hook-stage manual update-chart-dependencies",
"prek --all-files --show-diff-on-failure --color always --verbose
--hook-stage manual upgrade-important-versions",