diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce4526ec..0c7b9ca2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: validate-pyproject language: python - additional_dependencies: ["validate-pyproject-schema-store[all]==2026.6.14"] + additional_dependencies: ["validate-pyproject-schema-store[all]==2026.7.8"] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: v2.16.0 @@ -32,7 +32,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.17 + rev: v0.15.22 hooks: - id: ruff-check args: [--fix]