This is an automated email from the ASF dual-hosted git repository.
eladkal 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 0ebc62f4f6 bump pre-commit versions (#28536)
0ebc62f4f6 is described below
commit 0ebc62f4f6e6e19d0c1503d86203acc90dc60ae0
Author: eladkal <[email protected]>
AuthorDate: Thu Dec 22 18:13:38 2022 +0200
bump pre-commit versions (#28536)
---
.pre-commit-config.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3dba404c87..e6e084bb5c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
- "--maxlevel"
- "2"
- repo: https://github.com/Lucas-C/pre-commit-hooks
- rev: v1.2.0
+ rev: v1.3.1
hooks:
- id: insert-license
name: Add license for all SQL files
@@ -157,7 +157,7 @@ repos:
pass_filenames: false
require_serial: true
- repo: https://github.com/PyCQA/isort
- rev: 5.11.2
+ rev: 5.11.4
hooks:
- id: isort
name: Run isort to sort imports in Python files
@@ -183,7 +183,7 @@ repos:
alias: black
additional_dependencies: [black==22.3.0]
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.2.0
+ rev: v4.4.0
hooks:
- id: check-merge-conflict
name: Check that merge conflicts are not being committed
@@ -241,7 +241,7 @@ repos:
name: Check if there are no deprecate log warn
exclude: ^airflow/_vendor/
- repo: https://github.com/adrienverge/yamllint
- rev: v1.26.3
+ rev: v1.28.0
hooks:
- id: yamllint
name: Check YAML files with yamllint