From e8572e2eaaaff4b7311a2285a4000f0226a17e33 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 10 Jul 2023 11:53:42 +0200 Subject: [PATCH] pre-commit: bump to isort 5.11.5 --- .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 dabc6c2..b06b4e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: black args: ['--target-version', 'py37', '--line-length', '100'] - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.11.5 hooks: - id: isort args: ['--profile', 'black', '--line-length', '100']