From c5ce55d5119bf2e35e429986f62f875c86178ae1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Jan 2024 18:20:39 +0100 Subject: [PATCH] added isort again --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17f20ae78b..2ec685545e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,10 @@ repos: - id: ruff args: [--fix] - id: ruff-format +- repo: https://github.com/pycqa/isort + rev: '5.12.0' + hooks: + - id: isort - repo: https://github.com/jazzband/pip-tools rev: 7.3.0 hooks: