Skip to content

Commit 2f64f59

Browse files
chore(ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.12...v0.13.0) - [github.com/biomejs/pre-commit: v2.2.3 → v2.2.4](biomejs/pre-commit@v2.2.3...v2.2.4)
1 parent 6e21417 commit 2f64f59

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
@@ -22,14 +22,14 @@ ci:
2222

2323
repos:
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.12
25+
rev: v0.13.0
2626
hooks:
2727
- id: ruff-check
2828
args:
2929
- --fix
3030
- id: ruff-format
3131
- repo: https://github.com/biomejs/pre-commit
32-
rev: v2.2.3
32+
rev: v2.2.4
3333
hooks:
3434
- id: biome-check
3535
exclude: \.jsonc?$

0 commit comments

Comments
 (0)