File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2424 repository : ${{ github.event.pull_request.head.repo.full_name }}
2525 # add the fork upstream for the remote
2626 - name : Add fork remote
27- run : >
28- git remote add upstream https://github.com/
29- ${{ github.event.pull_request.head.repo.full_name }}.git
27+ # yamllint disable rule:line-length
28+ run : |
29+ git remote add upstream https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git
30+ # yamllint enable rule:line-length
3031 # run pre-commit
3132 - name : Python setup
3233 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 4545 - id : yamllint
4646 exclude : pre-commit-config.yaml
4747- repo : https://github.com/astral-sh/ruff-pre-commit
48- rev : " v0.12.8 "
48+ rev : " v0.12.12 "
4949 hooks :
5050 - id : ruff-format
5151 - id : ruff
5454 hooks :
5555 - id : actionlint
5656- repo : https://github.com/software-gardening/almanack
57- rev : v0.1.6
57+ rev : v0.1.8
5858 hooks :
5959 - id : almanack-check
6060- repo : https://gitlab.com/vojko.pribudic.foss/pre-commit-update
You can’t perform that action at this time.
0 commit comments