diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64373ed..63f5c96 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.7.1 + rev: v0.8.3 hooks: - id: ruff-format - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows