From 4df1a096b52b428872c3880e67a19b79d4392a21 Mon Sep 17 00:00:00 2001 From: BayMax_BHL <34785944+BayMaxBHL@users.noreply.github.com> Date: Wed, 23 Nov 2022 16:55:45 +0800 Subject: [PATCH] Update the url of pyupgrade pre-commit hook (#2448) --- .pre-commit-config-zh-cn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config-zh-cn.yaml b/.pre-commit-config-zh-cn.yaml index 73f0388fef..0efb30ef7a 100644 --- a/.pre-commit-config-zh-cn.yaml +++ b/.pre-commit-config-zh-cn.yaml @@ -43,7 +43,7 @@ repos: hooks: - id: docformatter args: ["--in-place", "--wrap-descriptions", "79"] - - repo: https://github.com/asottile/pyupgrade + - repo: https://gitee.com/openmmlab/mirrors-pyupgrade rev: v3.0.0 hooks: - id: pyupgrade