Skip to content

Commit 4247ce8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.5](astral-sh/ruff-pre-commit@v0.11.2...v0.11.5) - [github.com/biomejs/pre-commit: v1.9.4 → v2.0.0-beta.1](biomejs/pre-commit@v1.9.4...v2.0.0-beta.1)
1 parent ebc890f commit 4247ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: trailing-whitespace
77
- id: no-commit-to-branch
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.11.2
9+
rev: v0.11.5
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/biomejs/pre-commit
21-
rev: v1.9.4
21+
rev: v2.0.0-beta.1
2222
hooks:
2323
- id: biome-format
2424
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)