Skip to content

Commit d150ebd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0) - [github.com/astral-sh/uv-pre-commit: 0.9.28 → 0.10.0](astral-sh/uv-pre-commit@0.9.28...0.10.0) - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.15.0](tox-dev/pyproject-fmt@v2.12.1...v2.15.0)
1 parent a50d8f3 commit d150ebd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: check-merge-conflict
1717
- id: detect-private-key
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.14.14
19+
rev: v0.15.0
2020
hooks:
2121
- id: ruff-format
2222
types_or: [python, pyi, jupyter]
@@ -29,14 +29,14 @@ repos:
2929
- id: mypy
3030
exclude: ^docs/
3131
- repo: https://github.com/astral-sh/uv-pre-commit
32-
rev: 0.9.28 # uv version.
32+
rev: 0.10.0 # uv version.
3333
hooks:
3434
- id: uv-lock
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
3636
rev: 0.36.1
3737
hooks:
3838
- id: check-github-workflows
3939
- repo: https://github.com/tox-dev/pyproject-fmt
40-
rev: v2.12.1
40+
rev: v2.15.0
4141
hooks:
4242
- id: pyproject-fmt

0 commit comments

Comments
 (0)