From af151032f27615ee15e18d9d594305cdd574444c Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Mon, 30 Jan 2023 10:02:13 +0800 Subject: [PATCH] [workflow] fixed the precommit CI (#2525) * [workflow] fixed the precommit CI * polish file * polish file --- .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 dc9087af3..725d26637 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: sort all imports (python)