We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a30c6d commit 256e0a3Copy full SHA for 256e0a3
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.2
+ rev: v0.14.3
7
hooks:
8
- id: ruff-check
9
args: ["--fix"]
@@ -13,7 +13,7 @@ repos:
13
id: ruff
14
args: ["--preview", "--select=PLR0917"]
15
- repo: https://github.com/biomejs/pre-commit
16
- rev: v2.3.1
+ rev: v2.3.2
17
18
- id: biome-format
19
- repo: https://github.com/ComPWA/taplo-pre-commit
0 commit comments