diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ef4f8c..b606eca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.6" + rev: "v0.6.3" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -58,13 +58,13 @@ repos: - id: shellcheck - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.18" + rev: "v0.19" hooks: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.29.1" + rev: "0.29.2" hooks: - id: check-dependabot - id: check-github-workflows