Skip to content

Commit 6e0e124

Browse files
chore(ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.1...v0.14.4) - [github.com/biomejs/pre-commit: v2.2.6 → v2.3.4](biomejs/pre-commit@v2.2.6...v2.3.4)
1 parent af5d8d6 commit 6e0e124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ ci:
1919

2020
repos:
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.1
22+
rev: v0.14.4
2323
hooks:
2424
- id: ruff-check
2525
args:
2626
- --fix
2727
- id: ruff-format
2828
- repo: https://github.com/biomejs/pre-commit
29-
rev: v2.2.6
29+
rev: v2.3.4
3030
hooks:
3131
- id: biome-check
3232
exclude: \.jsonc?$

0 commit comments

Comments
 (0)