Skip to content

Commit 85faca0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.13.3](astral-sh/ruff-pre-commit@v0.11.4...v0.13.3) - [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: v2.0.0-beta.1 → v2.2.5](biomejs/pre-commit@v2.0.0-beta.1...v2.2.5)
1 parent b0c30a7 commit 85faca0

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
@@ -19,7 +19,7 @@ exclude: |
1919
repos:
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
2121
# Ruff version.
22-
rev: "v0.11.4"
22+
rev: "v0.13.3"
2323
hooks:
2424
- id: ruff
2525
exclude: "examples|tests/assets"
@@ -28,7 +28,7 @@ repos:
2828
exclude: "examples|tests/assets"
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v5.0.0
31+
rev: v6.0.0
3232
hooks:
3333
- id: trailing-whitespace
3434
- id: check-added-large-files
@@ -37,7 +37,7 @@ repos:
3737
exclude: ".python-version-default"
3838

3939
- repo: https://github.com/biomejs/pre-commit
40-
rev: "v2.0.0-beta.1"
40+
rev: "v2.2.5"
4141
hooks:
4242
- id: biome-check
4343
additional_dependencies: ["@biomejs/[email protected]"]

0 commit comments

Comments
 (0)