From 5e015a07428cd4c5d6ca732a6493a3232bebe62b Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 2 Feb 2023 17:02:57 +0100 Subject: [PATCH] Upgrade isort --- .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 1df9b95..143d507 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: black args: ['--target-version', 'py37', '--line-length', '100'] - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort args: ['--profile', 'black', '--line-length', '100']