We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4258284 + b63db1a commit f499fc4Copy full SHA for f499fc4
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: check-merge-conflict
17
- id: detect-private-key
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.15.2
+ rev: v0.15.4
20
hooks:
21
- id: ruff-format
22
types_or: [python, pyi, jupyter]
@@ -29,11 +29,11 @@ repos:
29
- id: mypy
30
exclude: ^docs/
31
- repo: https://github.com/astral-sh/uv-pre-commit
32
- rev: 0.10.4 # uv version.
+ rev: 0.10.7 # uv version.
33
34
- id: uv-lock
35
- repo: https://github.com/python-jsonschema/check-jsonschema
36
- rev: 0.36.2
+ rev: 0.37.0
37
38
- id: check-github-workflows
39
- repo: https://github.com/tox-dev/pyproject-fmt
0 commit comments