From 04bb8e5a95c1134203eaba6ad2d427a856c41f90 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:29:08 +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 4f7f1edc..f6015018 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,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']