Skip to content

Commit 3710bc9

Browse files
[pre-commit.ci] pre-commit autoupdate (#2075)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent 0870fd6 commit 3710bc9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# If neither is set, this job fails, `test` is skipped, and the whole workflow fails.
3333
check:
3434
name: "Triage: Check if GPU tests are allowed to run"
35-
if: (!contains(github.event.pull_request.labels.*.name, 'skip-gpu-ci'))
35+
if: ${{ !(github.event.pull_request.user.login == 'pre-commit-ci[bot]' || contains(github.event.pull_request.labels.*.name, 'skip-gpu-ci')) }}
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: flying-sheep/check@v1

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.7
3+
rev: v0.12.8
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -10,15 +10,15 @@ repos:
1010
id: ruff
1111
args: ["--preview", "--select=PLR0917"]
1212
- repo: https://github.com/biomejs/pre-commit
13-
rev: v2.1.3
13+
rev: v2.1.4
1414
hooks:
1515
- id: biome-format
1616
- repo: https://github.com/ComPWA/taplo-pre-commit
1717
rev: v0.9.3
1818
hooks:
1919
- id: taplo-format
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- id: end-of-file-fixer

0 commit comments

Comments
 (0)