Skip to content

Commit 8dbdbaf

Browse files
[pre-commit.ci] pre-commit autoupdate (#2070)
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 89fbfdc commit 8dbdbaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-pr-milestoned.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Check if a milestone is necessary and exists
3535
uses: flying-sheep/check@v1
3636
with:
37-
success: ${{ github.event.pull_request.milestone != null || contains(env.LABELS, 'no milestone') }}
37+
success: ${{ github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.milestone != null || contains(env.LABELS, 'no milestone') }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.5
3+
rev: v0.12.7
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -10,7 +10,7 @@ repos:
1010
id: ruff
1111
args: ["--preview", "--select=PLR0917"]
1212
- repo: https://github.com/biomejs/pre-commit
13-
rev: v2.1.2
13+
rev: v2.1.3
1414
hooks:
1515
- id: biome-format
1616
- repo: https://github.com/ComPWA/taplo-pre-commit

0 commit comments

Comments
 (0)