diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1acd148..466ba796 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: # args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.3.3" + rev: "v0.3.4" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -90,7 +90,7 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.28.0" + rev: "0.28.1" hooks: - id: check-dependabot - id: check-github-workflows