We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 568b35e + 3b379f5 commit d38a8b0Copy full SHA for d38a8b0
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
exclude: ^python/tests/__snapshots__/
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.11.0
+ rev: v0.11.2
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
- id: ruff-format
9
- repo: https://github.com/astral-sh/uv-pre-commit
10
# uv version.
11
- rev: 0.6.8
+ rev: 0.6.11
12
13
- id: uv-lock
0 commit comments