File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ exclude: "tests/integration/files"
77repos :
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
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
Original file line number Diff line number Diff line change 1+ pre-commit automatic update
You can’t perform that action at this time.
0 commit comments