From d347d3b4e6a54a4760d89e4b6b058c8d70826ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20NO=C3=8BL?= Date: Wed, 1 Feb 2023 02:08:04 +0100 Subject: [PATCH] pre-commit: 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 2e01564d..bbf59cb1 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']