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 2b75805677 Python: Bump pre-commit (#5842)
2b75805677 is described below
commit 2b758056772f9ed877fe90147266e935017c6c6f
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sat Sep 24 02:14:33 2022 +0200
Python: Bump pre-commit (#5842)
---
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 54c644b32c..7fbabf315e 100644
--- a/python/.pre-commit-config.yaml
+++ b/python/.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
- id: check-yaml
- id: check-ast
- repo: https://github.com/ambv/black
- rev: 22.6.0
+ rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
@@ -48,12 +48,12 @@ repos:
- id: pycln
args: [--config=python/pyproject.toml]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.37.3
+ rev: v2.38.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pycqa/pylint
- rev: v2.14.5
+ rev: v2.15.3
hooks:
- id: pylint
args: [ --rcfile=python/pylintrc ]
@@ -61,8 +61,8 @@ repos:
rev: '5.0.4'
hooks:
- id: flake8
- args: [ "--ignore=E501,W503,E203" ]
- additional_dependencies: [ flake8-bugbear==22.7.1,
flake8-comprehensions==3.10.0 ]
+ args: [ "--ignore=E501,W503,E203,B024" ]
+ additional_dependencies: [ flake8-bugbear==22.9.11,
flake8-comprehensions==3.10.0 ]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
hooks: