Skip to content

Commit 8ccbe11

Browse files
chore(pre-commit): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 β†’ v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/biomejs/pre-commit: v2.4.9 β†’ v2.4.10](biomejs/pre-commit@v2.4.9...v2.4.10) - [github.com/rvben/rumdl-pre-commit: v0.1.62 β†’ v0.1.67](rvben/rumdl-pre-commit@v0.1.62...v0.1.67)
1 parent 81ba7b7 commit 8ccbe11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ ci:
2020

2121
repos:
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.15.8
23+
rev: v0.15.9
2424
hooks:
2525
- id: ruff-check
2626
args:
2727
- --fix
2828
- id: ruff-format
2929
- repo: https://github.com/biomejs/pre-commit
30-
rev: v2.4.9
30+
rev: v2.4.10
3131
hooks:
3232
- id: biome-check
3333
exclude: \.jsonc?$
@@ -47,7 +47,7 @@ repos:
4747
- id: mixed-line-ending
4848
- id: trailing-whitespace
4949
- repo: https://github.com/rvben/rumdl-pre-commit
50-
rev: v0.1.62
50+
rev: v0.1.67
5151
hooks:
5252
- id: rumdl-fmt
5353
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
Β (0)