From e02b66cc0a92a06ada6617f889b8248cd46eeacd Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 29 Jan 2023 07:16:10 +0000 Subject: [PATCH] Bump isort pre-commit hook to 5.12.0 Refs https://github.com/PyCQA/isort/issues/2077 Signed-off-by: Pedro Algarvio --- .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 6bd3ade9db4..1af09510b3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1082,7 +1082,7 @@ repos: args: [--silent, -E, fix_asserts, -E, fix_docstrings] - repo: https://github.com/timothycrosley/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort additional_dependencies: ['toml']