You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2022/07/22 15:15:07 UTC

[iceberg] branch master updated: Python: Bump pre-commit plugins to the latest version (#5324)

This is an automated email from the ASF dual-hosted git repository.

dweeks 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 c07aee8cd7 Python: Bump pre-commit plugins to the latest version (#5324)
c07aee8cd7 is described below

commit c07aee8cd76f1fec6b57927b3348761018bfe9bc
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Fri Jul 22 17:15:02 2022 +0200

    Python: Bump pre-commit plugins to the latest version (#5324)
---
 python/.pre-commit-config.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml
index efbc6cc7f2..9a219be8cc 100644
--- a/python/.pre-commit-config.yaml
+++ b/python/.pre-commit-config.yaml
@@ -37,22 +37,22 @@ repos:
       - id: isort
         args: [ --settings-path=python/pyproject.toml ]
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v0.961
+    rev: v0.971
     hooks:
       - id: mypy
         args: [--config=python/pyproject.toml]
   - repo: https://github.com/hadialqattan/pycln
-    rev: v2.0.1
+    rev: v2.0.4
     hooks:
       - id: pycln
         args: [--config=python/pyproject.toml]
   - repo: https://github.com/asottile/pyupgrade
-    rev: v2.34.0
+    rev: v2.37.2
     hooks:
       - id: pyupgrade
         args: [--py38-plus]
   - repo: https://github.com/pycqa/pylint
-    rev: v2.14.4
+    rev: v2.14.5
     hooks:
       - id: pylint
         args: [ --rcfile=python/pylintrc ]