diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d68c73c..e4fb1494 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]==2025.2.10"] + additional_dependencies: ["validate-pyproject-schema-store[all]==2025.2.17"] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: v2.14.0 @@ -34,7 +34,7 @@ repos: args: [--remove] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.9.7 hooks: - id: ruff args: [--fix]