diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b951f88b..6319fb33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: ## Check JSON schemata - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.3 + rev: 0.37.4 hooks: - id: check-github-workflows priority: 0 @@ -45,14 +45,14 @@ repos: ## Check pyproject.toml file - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2026.06.26 + rev: 2026.06.30 hooks: - id: validate-pyproject priority: 0 ## Ensure uv.lock is up to date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.25 + rev: 0.11.26 hooks: - id: uv-lock priority: 0 @@ -102,7 +102,7 @@ repos: ## Format configuration files with prettier - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.9.1 + rev: v3.9.4 hooks: - id: prettier types_or: [yaml, html, css, scss, javascript, json, json5] @@ -149,7 +149,7 @@ repos: ## Check Python types with ty - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.55 + rev: v0.0.56 hooks: - id: ty args: [--only-dev]