We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20add2f commit f5d5855Copy full SHA for f5d5855
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.12.7
+ rev: v0.12.8
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -17,15 +17,15 @@ repos:
17
- --sort-by-bibkey
18
- --drop=abstract
19
- repo: https://github.com/biomejs/pre-commit
20
- rev: v2.1.3
+ rev: v2.1.4
21
22
- id: biome-format
23
- repo: https://github.com/ComPWA/taplo-pre-commit
24
rev: v0.9.3
25
26
- id: taplo-format
27
- repo: https://github.com/pre-commit/pre-commit-hooks
28
- rev: v5.0.0
+ rev: v6.0.0
29
30
- id: trailing-whitespace
31
exclude: tests/_data
0 commit comments