Skip to content

Commit 00e7d59

Browse files
chore(ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.10...v0.12.12) - [github.com/biomejs/pre-commit: v2.2.0 → v2.2.3](biomejs/pre-commit@v2.2.0...v2.2.3) - [github.com/iterative/dvc: 3.62.0 → 3.63.0](iterative/dvc@3.62.0...3.63.0)
1 parent 24abf6a commit 00e7d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ ci:
2222

2323
repos:
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.10
25+
rev: v0.12.12
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.0
32+
rev: v2.2.3
3333
hooks:
3434
- id: biome-check
3535
exclude: \.jsonc?$
3636
- repo: https://github.com/iterative/dvc
37-
rev: 3.62.0
37+
rev: 3.63.0
3838
hooks:
3939
- id: dvc-post-checkout
4040
always_run: true

0 commit comments

Comments
 (0)