From 567961bd619c424fad2ca8ff99dee1eb125b3db5 Mon Sep 17 00:00:00 2001 From: Zheng Zhi Yuan Date: Thu, 4 May 2023 01:22:57 +0800 Subject: [PATCH] build: upgrade isort version to 5.12.0 --- .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 9b26d29..e5b88bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: - "--max-line-length=120" - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black