This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 43ce28c611 Auto-update pre-commit (#35466)
43ce28c611 is described below
commit 43ce28c611c2cd8cb3cbba6af378b88919373019
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Nov 6 08:30:26 2023 +0100
Auto-update pre-commit (#35466)
---
.pre-commit-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 640995a1a9..9d33319532 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.3.1
+ rev: v1.5.4
hooks:
- id: insert-license
name: Add license for all SQL files
@@ -174,7 +174,7 @@ repos:
pass_filenames: false
require_serial: true
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.1.3
+ rev: v0.1.4
hooks:
# Since ruff makes use of multiple cores we _purposefully_ don't run
this in docker so it can use the
# host CPU to it's fullest