diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3db095c55..9e3aa9611e 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.22 + rev: v0.16.3 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.4" + rev: "0.38.0" hooks: - id: check-jsonschema name: Validate .coderabbit.yaml against schema @@ -79,7 +79,7 @@ repos: - id: gitleaks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.3.0 + rev: v2.3.1 hooks: - id: mypy exclude: "test_(.*).py$"