File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : flying-sheep/check@v1
2727 with :
28- success : ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'run-gpu-ci') }}
28+ success : ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'run-gpu-ci') || github.event.pull_request.user.login == 'pre-commit-ci[bot]' }}
2929 test :
3030 name : All Tests
3131 needs : check
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v5 .0.0
3+ rev : v6 .0.0
44 hooks :
55 - id : end-of-file-fixer
66 - id : trailing-whitespace
77 - id : no-commit-to-branch
88 - repo : https://github.com/astral-sh/ruff-pre-commit
9- rev : v0.12.7
9+ rev : v0.12.8
1010 hooks :
1111 - id : ruff-check
1212 args : [--fix, --exit-non-zero-on-fix]
1818 hooks :
1919 - id : pyproject-fmt
2020 - repo : https://github.com/biomejs/pre-commit
21- rev : v2.1.3
21+ rev : v2.1.4
2222 hooks :
2323 - id : biome-format
2424 - repo : https://github.com/pre-commit/mirrors-mypy
You can’t perform that action at this time.
0 commit comments