From 372085c2bd03de309d2a2bcb87e95bcffee9b6d7 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 13 Dec 2024 02:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=9C=A8=20pre-commit=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E4=B8=AD=E6=B7=BB=E5=8A=A0=E8=99=9A=E6=8B=9F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=BF=80=E6=B4=BB=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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index bc7475a7..59202b67 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -19,6 +19,8 @@ jobs: run: | python -m pip install pdm pdm install + + source .venv/bin/activate pre-commit install - name: Run pre-commit