From cae49ef4426ae31d94c5b1509b24310959fc3729 Mon Sep 17 00:00:00 2001 From: Robert Rosca <robert.rosca@xfel.eu> Date: Mon, 8 Feb 2021 11:12:19 +0100 Subject: [PATCH] Use consistent isort version --- .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 d9ff880e5..2e0147c1c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: nbstripout - repo: https://github.com/pycqa/isort - rev: 5.3.0 + rev: 5.6.4 hooks: - id: isort - repo: https://gitlab.com/pycqa/flake8 -- GitLab