From bfb29022de37d6bc4e286c04b73d91ae977006a4 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Fri, 3 Feb 2023 13:05:30 +0800 Subject: [PATCH] ci: fix isort py37 incompatible issue --- .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 d55533bfaf..d4ceb9592e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: flake8 args: ['--config=.flake8', '--tee', '--benchmark'] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.11.5 # python 3.7 compatible hooks: - id: isort name: isort (python)