diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3b0977..6c82e52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: submodules: true repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.2 + rev: v22.1.5 hooks: - id: clang-format types_or: [] @@ -33,7 +33,7 @@ repos: - id: gersemi args: ["--print-config=verbose"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.20 hooks: - id: ruff-check # Run the linter. args: [ --fix ]