From c14024bd6904f2d747a73084f502906134f1245b Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 30 Jan 2023 02:03:04 +0100 Subject: [PATCH] Update isort to 5.12.0 --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4ac799603..f3be0c3f85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: exclude: tests/testdata args: [--py37-plus] - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort exclude: tests/testdata diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index d0c3fd7ea6..fca8d95a2c 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ black==23.1a1 pylint==2.15.10 -isort==5.11.4 +isort==5.12.0 flake8==5.0.4 flake8-typing-imports==1.14.0 mypy==0.991