There was an error while loading. Please reload this page.
2 parents e29bccd + 7215589 commit a50d8f3Copy full SHA for a50d8f3
1 file changed
.pre-commit-config.yaml
@@ -29,14 +29,14 @@ repos:
29
- id: mypy
30
exclude: ^docs/
31
- repo: https://github.com/astral-sh/uv-pre-commit
32
- rev: 0.9.26 # uv version.
+ rev: 0.9.28 # uv version.
33
hooks:
34
- id: uv-lock
35
- repo: https://github.com/python-jsonschema/check-jsonschema
36
rev: 0.36.1
37
38
- id: check-github-workflows
39
- repo: https://github.com/tox-dev/pyproject-fmt
40
- rev: v2.11.1
+ rev: v2.12.1
41
42
- id: pyproject-fmt
0 commit comments