Skip to content

Commit

Permalink
Update a_pre_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Feb 6, 2024
1 parent bb72a42 commit 0e67907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/a_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git config --global user.name "GitHub Action <[email protected]>"
- 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 .
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 0e67907

Please sign in to comment.