diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adba668..bbf0481 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.22 + rev: 0.9.26 hooks: - id: uv-lock - repo: https://github.com/python-jsonschema/check-jsonschema