Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
# under the License.
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
minimum_prek_version: '0.2.0'
golang: 1.24.0
exclude: ^.*/.*_vendor/
repos:
- repo: meta
Expand Down
4 changes: 4 additions & 0 deletions airflow-core/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
repos:
- repo: local
hooks:
Expand Down
4 changes: 4 additions & 0 deletions airflow-ctl/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
repos:
- repo: local
hooks:
Expand Down
4 changes: 4 additions & 0 deletions chart/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
# replace hash with version once PR #103 merged comes in a release
Expand Down
4 changes: 3 additions & 1 deletion go-sdk/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
# under the License.
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
minimum_prek_version: '0.0.28'
repos:
- repo: meta
hooks:
Expand Down
4 changes: 4 additions & 0 deletions providers/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
repos:
- repo: local
hooks:
Expand Down
4 changes: 4 additions & 0 deletions providers/common/compat/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
repos:
- repo: local
hooks:
Expand Down
4 changes: 4 additions & 0 deletions providers/edge3/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, also if there is no golang in this package :-D

Copy link
Member Author

@potiuk potiuk Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I wrote it in the description that I am adding all defaults everywhere - it is very easy to add or move a peek hook and forget toove defaults.

Defaults are just defaults :)

repos:
- repo: local
hooks:
Expand Down
4 changes: 4 additions & 0 deletions providers/fab/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
repos:
- repo: local
hooks:
Expand Down
4 changes: 4 additions & 0 deletions providers/keycloak/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
repos:
- repo: local
hooks:
Expand Down
4 changes: 4 additions & 0 deletions task-sdk/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
---
default_stages: [pre-commit, pre-push]
minimum_prek_version: '0.0.28'
default_language_version:
python: python3
node: 22.19.0
golang: 1.24.0
repos:
- repo: local
hooks:
Expand Down