Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 2c68280

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/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.2...v0.14.10) - [github.com/biomejs/pre-commit: v2.1.1 → v2.3.10](biomejs/pre-commit@v2.1.1...v2.3.10)
1 parent 6900382 commit 2c68280

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,13 +25,13 @@ repos:
2525
- id: codespell
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.12.2
28+
rev: v0.14.10
2929
hooks:
3030
- id: ruff
3131
args: [--fix]
3232
- id: ruff-format
3333
- repo: https://github.com/biomejs/pre-commit
34-
rev: v2.1.1
34+
rev: v2.3.10
3535
hooks:
3636
- id: biome-check
3737
additional_dependencies: ["@biomejs/biome"]

0 commit comments

Comments
 (0)