From c5db595b54f8e1fe8ab6fae7f6836562fdf24036 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 May 2022 01:13:04 +0200 Subject: [PATCH] add isort --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48e530b22b..1dc2ba3f70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,3 +13,7 @@ repos: rev: '4.0.1' hooks: - id: flake8 +- repo: https://github.com/pycqa/isort + rev: '5.10.1' + hooks: + - id: isort