Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk merged PR #37050: URL: https://github.com/apache/airflow/pull/37050 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.a

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
Taragolis commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468891015 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Revi

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468820190 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Review

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468820372 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Review

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468820190 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Review

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
Taragolis commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468804107 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Revi

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
Taragolis commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468801621 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Revi

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
Taragolis commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468801621 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Revi

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468798592 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Review

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468798217 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Review

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468798009 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Review

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468797905 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Review

Re: [PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
Taragolis commented on code in PR #37050: URL: https://github.com/apache/airflow/pull/37050#discussion_r1468790240 ## .pre-commit-config.yaml: ## @@ -18,7 +18,7 @@ default_stages: [commit, push] default_language_version: python: python3 - node: 18.6.0 + node: 21.6.1 Revi

[PR] Upgrade base node version in pre-commit [airflow]

2024-01-28 Thread via GitHub
potiuk opened a new pull request, #37050: URL: https://github.com/apache/airflow/pull/37050 The base node version in pre-commit was very old 18.6.0. Bumping it to latest released node version --- **^ Add meaningful description above** Read the **[Pull