Skip to content

Commit 0c50227

Browse files
pre-commit-ci[bot]pyansys-ci-botRobPasMue
authored
chore: pre-commit automatic update (#1561)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent b8dc447 commit 0c50227

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/automerge_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: startsWith(github.head_ref, 'pre-commit-ci-update-config')
3535
steps:
3636
- name: Assign PR to pyansys-ci-bot
37-
run: gh pr edit --assignee pyansys-ci-bot "$PR_URL"
37+
run: gh pr edit --add-assignee pyansys-ci-bot "$PR_URL"
3838
env:
3939
PR_URL: ${{github.event.pull_request.html_url}}
4040
GH_TOKEN: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.8.0
10+
rev: v0.8.2
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
@@ -35,7 +35,7 @@ repos:
3535

3636
# this validates our github workflow files
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.29.4
38+
rev: 0.30.0
3939
hooks:
4040
- id: check-github-workflows
4141

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pre-commit automatic update

0 commit comments

Comments
 (0)