Skip to content

Commit 13e7e5b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/biomejs/pre-commit: v0.6.1 → v2.2.2](biomejs/pre-commit@v0.6.1...v2.2.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.12.11](astral-sh/ruff-pre-commit@v0.9.6...v0.12.11)
1 parent b0cad6b commit 13e7e5b

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -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.2.2 # 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.12.11
3434
hooks:
3535
- id: ruff
3636
args: [--fix]

0 commit comments

Comments
 (0)