diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90c7db2..dc03004 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.2 + rev: v0.11.6 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -81,7 +81,7 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.3 + rev: 0.33.0 hooks: - id: check-dependabot - id: check-github-workflows