From 75d2ef24012eb95aad63d39d1b17ae4a9766dd9b Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 13 Dec 2024 03:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0=20pre-commit=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E6=B7=BB=E5=8A=A0=20pre-co?= =?UTF-8?q?mmit=20=E4=BE=9D=E8=B5=96=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1ea2d742..367e4de7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,6 +18,7 @@ jobs: - name: Install dependencies run: | python -m pip install pdm + python -m pip install pre-commit pdm config python.use_venv false pdm install --no-lock pre-commit install