Skip to content

Commit

Permalink
Merge branch 'main' into increase-test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gabezurita authored Dec 19, 2024
2 parents 188c6fd + 886a412 commit 382d0ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/update-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
# token with read/write repo access for abd-vro-machine
token: ${{ secrets.ABD_VRO_MACHINE_READ_WRITE_REPO }}

- name: "Install Python"
uses: actions/setup-python@v5
Expand Down Expand Up @@ -56,4 +59,5 @@ jobs:
title: 'chore: update pre-commit hooks'
commit-message: 'chore: update pre-commit hooks'
branch: update-pre-commit-hooks
token: MACHINE_USER_TOKEN_TO_ADD_COMMENT # token with read/write repo access for abd-vro-machine
# same read/write token as the checkout step
token: ${{ secrets.ABD_VRO_MACHINE_READ_WRITE_REPO }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down

0 comments on commit 382d0ab

Please sign in to comment.