We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3710bc9 commit ea01c69Copy full SHA for ea01c69
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.12.8
+ rev: v0.12.9
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -10,7 +10,7 @@ repos:
10
id: ruff
11
args: ["--preview", "--select=PLR0917"]
12
- repo: https://github.com/biomejs/pre-commit
13
- rev: v2.1.4
+ rev: v2.2.0
14
15
- id: biome-format
16
- repo: https://github.com/ComPWA/taplo-pre-commit
0 commit comments