Skip to content

Commit 00bc87e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.2](astral-sh/ruff-pre-commit@v0.9.6...v0.11.2) - [github.com/biomejs/pre-commit: v0.6.1 → v1.9.4](biomejs/pre-commit@v0.6.1...v1.9.4)
1 parent 39ca944 commit 00bc87e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ repos:
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.9.6
29+
rev: v0.11.2
3030
hooks:
3131
# Run the linter.
3232
- id: ruff
3333
args: [ --fix ]
3434
# Run the formatter.
3535
- id: ruff-format
3636
- repo: https://github.com/biomejs/pre-commit
37-
rev: v0.6.1 # Use the sha / tag you want to point at
37+
rev: v1.9.4 # Use the sha / tag you want to point at
3838
hooks:
3939
- id: biome-format # not using check becasue there are lots of things that need fixed
4040
additional_dependencies: ["@biomejs/biome@1.9.4"]

0 commit comments

Comments
 (0)