diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9000beb..9fc8b7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.3" + rev: "v0.6.9" hooks: - id: ruff args: [--fix, --show-fixes] @@ -27,13 +27,13 @@ repos: args: [] - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.19" + rev: "v0.20.2" hooks: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.29.2" + rev: "0.29.4" hooks: - id: check-dependabot - id: check-github-workflows