From 88d1681a12b920b32a6fc0de2b4f7ad0883d1058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 1 Feb 2023 09:43:24 +0100 Subject: [PATCH] ci: upgrade isort (#74044) --- .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 2e01564..bbf59cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: black args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110'] - repo: https://github.com/PyCQA/isort - rev: 5.7.0 + rev: 5.12.0 hooks: - id: isort args: ['--profile', 'black', '--line-length', '110']