Skip to content

Commit 814ddf6

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/astral-sh/uv-pre-commit: 0.6.11 → 0.6.14](astral-sh/uv-pre-commit@0.6.11...0.6.14)
1 parent d38a8b0 commit 814ddf6

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
@@ -1,13 +1,13 @@
11
exclude: ^python/tests/__snapshots__/
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.11.2
4+
rev: v0.11.5
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
- id: ruff-format
99
- repo: https://github.com/astral-sh/uv-pre-commit
1010
# uv version.
11-
rev: 0.6.11
11+
rev: 0.6.14
1212
hooks:
1313
- id: uv-lock

0 commit comments

Comments
 (0)