This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 1b8a4c3a Add `pre-commit.ci` to the CI (#665)
1b8a4c3a is described below
commit 1b8a4c3a560d8a9cdadfa03e1555aff3b3801ccc
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Apr 29 02:25:47 2024 -0700
Add `pre-commit.ci` to the CI (#665)
---
.pre-commit-config.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index afdabf6f..4531e45d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -75,3 +75,14 @@ repos:
# --line-length is set to a high value to deal with very long lines
- --line-length
- '99999'
+ci:
+ autofix_commit_msg: |
+ [pre-commit.ci] auto fixes from pre-commit.com hooks
+
+ for more information, see https://pre-commit.ci
+ autofix_prs: true
+ autoupdate_branch: ''
+ autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
+ autoupdate_schedule: weekly
+ skip: []
+ submodules: false