From 0e679070736f8cf90f4416d2834a41698b0b9c7f Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Tue, 6 Feb 2024 21:48:04 +0100 Subject: [PATCH] Update a_pre_commit.yml --- .github/workflows/a_pre_commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/a_pre_commit.yml b/.github/workflows/a_pre_commit.yml index 2cf4f83..f830441 100644 --- a/.github/workflows/a_pre_commit.yml +++ b/.github/workflows/a_pre_commit.yml @@ -31,7 +31,7 @@ jobs: git config --global user.name "GitHub Action " - name: Install Dependencies run: | - pip install pre-commit==3.6.0 ruff==0.2.0 + pip install pre-commit==3.6.0 # - name: run ruff and git add # run: | # ruff check --fix --unsafe-fixes --config=pyproject.toml . @@ -42,7 +42,7 @@ jobs: run: | pre-commit run -c .pre-commit-config.yaml || true git add . - git diff --staged --quiet || git commit -m ":rainbow: pre-commit + git diff --staged --quiet || git commit -m ":file_folder: pre-commit > Made via .github/workflows/a_pre_commit.yml" || echo "pre-commit: no changes" - name: Create Pull Request uses: peter-evans/create-pull-request@v6.0.0