Skip to content

Commit 39cdd50

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/biomejs/pre-commit: v0.6.1 → v2.0.0-beta.5](biomejs/pre-commit@v0.6.1...v2.0.0-beta.5) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.12](astral-sh/ruff-pre-commit@v0.9.6...v0.11.12)
1 parent 0a71d45 commit 39cdd50

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
@@ -25,12 +25,12 @@ repos:
2525
- id: codespell
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: v0.6.1 # Use the sha / tag you want to point at
28+
rev: v2.0.0-beta.5 # Use the sha / tag you want to point at
2929
hooks:
3030
- id: biome-format # not using check becasue there are lots of things that need fixed
3131
additional_dependencies: ["@biomejs/[email protected]"]
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.9.6
33+
rev: v0.11.12
3434
hooks:
3535
- id: ruff
3636
args: [--fix]

0 commit comments

Comments
 (0)