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 a58441ca1b Remove Python38 as hard-coded python version in pre-commits 
(#38260)
a58441ca1b is described below

commit a58441ca1b263cae61a5bb653e6839f0dd29b08e
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Mar 18 14:09:54 2024 +0100

    Remove Python38 as hard-coded python version in pre-commits (#38260)
---
 .pre-commit-config.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4486b435b6..3131020c9c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -189,7 +189,6 @@ repos:
         entry: ./scripts/ci/pre_commit/pre_commit_update_build_dependencies.py
         stages: ['manual']
         language: python
-        language_version: python38
         files: 
^.pre-commit-config.yaml$|^scripts/ci/pre_commit/pre_commit_update_build_dependencies.py$
         pass_filenames: false
         require_serial: true
@@ -198,7 +197,6 @@ repos:
         entry: ./scripts/ci/pre_commit/pre_commit_update_installers.py
         stages: ['manual']
         language: python
-        language_version: python38
         files: 
^.pre-commit-config.yaml$|^scripts/ci/pre_commit/pre_commit_update_installers.py$
         pass_filenames: false
         require_serial: true
@@ -208,7 +206,6 @@ repos:
         entry: ./scripts/ci/pre_commit/pre_commit_update_chart_dependencies.py
         stages: ['manual']
         language: python
-        language_version: python38
         additional_dependencies: ['pyyaml', 'rich>=12.4.4', 'requests']
         files: 
^.pre-commit-config.yaml$|^scripts/ci/pre_commit/pre_commit_update_build_dependencies.py$
         pass_filenames: false

Reply via email to