From c8648df602d0cdfd1880623223a3e49a9a7aaddc Mon Sep 17 00:00:00 2001 From: Omar Arab Oghli Date: Mon, 6 Feb 2023 12:53:23 +0100 Subject: [PATCH] #293: upgrading isort to 5.12.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e72ddf0..c218d7e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: flake8 types: [file, python] - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy