From ff78230a88dfcda0bb09c9996930b9ed84b09f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Sun, 24 Dec 2023 18:20:34 +0800 Subject: [PATCH] fixbug: pip install pre-commit --- .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 b1892a709..20e0e9606 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ default_stages: [ commit ] # Install -# 1. pip install pre-commit +# 1. pip install pre-commit isort black # 2. pre-commit install(the first time you download the repo, it will be cached for future use) repos: - repo: https://github.com/pycqa/isort