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