Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
types_or: [c, c++]
args: []
additional_dependencies:
- clang-tidy==22.1.0.1
- clang-tidy==22.1.7

- id: cppcheck
name: cppcheck (C/C++ linter)
Expand All @@ -635,7 +635,7 @@
types: [markdown]
require_serial: true
additional_dependencies:
- rumdl==0.2.3
- rumdl==0.2.22

- id: alef-docs-fresh
name: alef-docs-fresh (Alef binding docs freshness)
Expand Down
Loading