You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/01/30 14:22:28 UTC

[superset] branch master updated: fix: bump isort to fix pre-commit CI (#22907)

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

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new c9b7507931 fix: bump isort to fix pre-commit CI (#22907)
c9b7507931 is described below

commit c9b750793153cc29004cf5b40655e9e9a8a4d05e
Author: EugeneTorap <ev...@gmail.com>
AuthorDate: Mon Jan 30 17:22:16 2023 +0300

    fix: bump isort to fix pre-commit CI (#22907)
---
 .pre-commit-config.yaml  | 2 +-
 requirements/testing.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 344998e525..aa0cf4af62 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -16,7 +16,7 @@
 #
 repos:
   - repo: https://github.com/PyCQA/isort
-    rev: 5.9.3
+    rev: 5.12.0
     hooks:
       - id: isort
   - repo: https://github.com/pre-commit/mirrors-mypy
diff --git a/requirements/testing.txt b/requirements/testing.txt
index 4cdd33c03c..5312ea4f23 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -74,7 +74,7 @@ grpcio-status==1.51.1
     # via google-api-core
 iniconfig==1.1.1
     # via pytest
-isort==5.9.3
+isort==5.12.0
     # via pylint
 lazy-object-proxy==1.6.0
     # via astroid