This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 28dd49f5bf Python: Update pre-commit (#8651)
28dd49f5bf is described below
commit 28dd49f5bf0c1e8d4793faeaa7d0bdbc29ebec56
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Sep 29 00:47:38 2023 +0200
Python: Update pre-commit (#8651)
---
python/.pre-commit-config.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml
index baca4e81fc..fe522351c4 100644
--- a/python/.pre-commit-config.yaml
+++ b/python/.pre-commit-config.yaml
@@ -30,28 +30,28 @@ repos:
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version (Used for linting)
- rev: v0.0.286
+ rev: v0.0.291
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/ambv/black
- rev: 23.3.0
+ rev: 23.9.1
hooks:
- id: black
args: [--skip-string-normalization]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.3.0
+ rev: v1.5.1
hooks:
- id: mypy
args:
[--install-types, --non-interactive, --config=python/pyproject.toml]
- repo: https://github.com/hadialqattan/pycln
- rev: v2.1.5
+ rev: v2.2.2
hooks:
- id: pycln
args: [--config=python/pyproject.toml]
- repo: https://github.com/executablebooks/mdformat
- rev: 0.7.16
+ rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies: