We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45746e3 commit 58d8503Copy full SHA for 58d8503
2 files changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.14.13
+ rev: v0.15.0
7
hooks:
8
- id: ruff-check
9
args: ["--fix"]
@@ -20,13 +20,13 @@ repos:
20
- --sort-by-bibkey
21
- --drop=abstract
22
- repo: https://github.com/biomejs/pre-commit
23
- rev: v2.3.10
+ rev: v2.3.14
24
25
- id: biome-format
26
-- repo: https://github.com/ComPWA/taplo-pre-commit
27
- rev: v0.9.3
+- repo: https://github.com/tox-dev/pyproject-fmt
+ rev: v2.15.1
28
29
- - id: taplo-format
+ - id: pyproject-fmt
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
rev: v6.0.0
32
0 commit comments