From d543e572388ab80f51d12c9298af5211f34a7a66 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 13 Dec 2024 02:57:16 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E7=A7=BB=E9=99=A4=20pre-commit=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=B8=AD=E7=9A=84=E8=99=9A=E6=8B=9F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= 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 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5dc6bed1..545e7182 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,6 @@ jobs: - name: Install dependencies run: | python -m pip install pdm - pdm config use_venv false pdm install --no-lock pre-commit install