From 0628ee55a09f4643a1df15538fce951ead487eef Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 28 Dec 2022 13:12:26 +1100 Subject: [PATCH] Updated isort to 5.11.4 --- .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 609352f22..c6c5b3fad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: types: [] - repo: https://github.com/PyCQA/isort - rev: 5.11.1 + rev: 5.11.4 hooks: - id: isort