From b19b1d54064f77ff1af61acd0c14d0444c110509 Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Mon, 30 Jan 2023 14:42:36 +0100 Subject: [PATCH] fix isort ct --- .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 545b28f6..2fa0173b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: prettier exclude: templates - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.12.0 hooks: - id: isort name: isort (python)