We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508f857 commit 9b77d6eCopy full SHA for 9b77d6e
1 file 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.4
+ rev: v0.14.5
7
hooks:
8
- id: ruff-check
9
args: ["--fix"]
@@ -20,7 +20,7 @@ repos:
20
- --sort-by-bibkey
21
- --drop=abstract
22
- repo: https://github.com/biomejs/pre-commit
23
- rev: v2.3.4
+ rev: v2.3.5
24
25
- id: biome-format
26
- repo: https://github.com/ComPWA/taplo-pre-commit
0 commit comments