From dd5cf2176e10cd5b95eb82622f4d6f7a89ce379e Mon Sep 17 00:00:00 2001 From: Marko Ivanovic Date: Sun, 11 Feb 2024 14:52:48 +0100 Subject: [PATCH] Update isort --- .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 5122b45e..8c3c6a4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - hooks: - id: isort repo: https://github.com/timothycrosley/isort - rev: 5.10.1 + rev: 5.12.0 - hooks: - id: black repo: https://github.com/psf/black