diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ce8a55..88369f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: hooks: - id: remove-crlf - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.14.6 hooks: - id: ruff-format - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.3 + rev: 0.35.0 hooks: - id: check-github-workflows