This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 01c3653d51 [CI] Run `pre-commit autoupdate` (#1699)
01c3653d51 is described below
commit 01c3653d5115b1f7f329b5bc50f63f5ec6c6ae77
Author: John Bampton <[email protected]>
AuthorDate: Tue Dec 3 17:35:04 2024 +1000
[CI] Run `pre-commit autoupdate` (#1699)
---
.pre-commit-config.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6ee1b77ed7..b1108599e1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -62,7 +62,7 @@ repos:
hooks:
- id: black-jupyter
- repo: https://github.com/pre-commit/mirrors-clang-format
- rev: v19.1.1
+ rev: v19.1.4
hooks:
- id: clang-format
args: [--style=Google]
@@ -81,7 +81,7 @@ repos:
args: [--ignore-words=.github/linters/codespell.txt]
exclude:
^docs/image|^spark/common/src/test/resources|^docs/usecases|^tools/maven/scalafmt
- repo: https://github.com/gitleaks/gitleaks
- rev: v8.20.1
+ rev: v8.21.2
hooks:
- id: gitleaks
- repo: https://github.com/shssoichiro/oxipng
@@ -138,7 +138,7 @@ repos:
args: [--markdown-linebreak-ext=md]
exclude: ^docs-overrides/main\.html$|\.Rd$
- repo: https://github.com/igorshubovych/markdownlint-cli
- rev: v0.42.0
+ rev: v0.43.0
hooks:
- id: markdownlint
name: Run markdownlint