diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 789e8ac4e1..4e68f05bd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: stages: [pre-commit] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.16 + rev: v0.15.17 hooks: - id: ruff stages: [pre-commit] @@ -65,7 +65,7 @@ repos: stages: [commit-msg] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.37.2" + rev: "0.37.3" hooks: - id: check-jsonschema name: Validate .coderabbit.yaml against schema