Skip to content

Commit 58d8503

Browse files
authored
Backport PR scverse#3964 on branch 1.12.x (ci: pyproject-fmt) (scverse#3971)
1 parent 45746e3 commit 58d8503

2 files changed

Lines changed: 198 additions & 210 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.14.13
6+
rev: v0.15.0
77
hooks:
88
- id: ruff-check
99
args: ["--fix"]
@@ -20,13 +20,13 @@ repos:
2020
- --sort-by-bibkey
2121
- --drop=abstract
2222
- repo: https://github.com/biomejs/pre-commit
23-
rev: v2.3.10
23+
rev: v2.3.14
2424
hooks:
2525
- id: biome-format
26-
- repo: https://github.com/ComPWA/taplo-pre-commit
27-
rev: v0.9.3
26+
- repo: https://github.com/tox-dev/pyproject-fmt
27+
rev: v2.15.1
2828
hooks:
29-
- id: taplo-format
29+
- id: pyproject-fmt
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
3131
rev: v6.0.0
3232
hooks:

0 commit comments

Comments
 (0)