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 7c4a2f4b86e Bump minimum prek version to 0.3.2 in edge3 provider
(#62194)
7c4a2f4b86e is described below
commit 7c4a2f4b86e8e550a93799eb28d55ee8a4b0f5fe
Author: Dheeraj Turaga <[email protected]>
AuthorDate: Tue Feb 24 11:59:53 2026 -0600
Bump minimum prek version to 0.3.2 in edge3 provider (#62194)
---
providers/edge3/.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/edge3/.pre-commit-config.yaml
b/providers/edge3/.pre-commit-config.yaml
index f89d09c5d3a..76f58e6ee9e 100644
--- a/providers/edge3/.pre-commit-config.yaml
+++ b/providers/edge3/.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