diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96f5622..eaa7593 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,13 +47,13 @@ repos: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v22.1.4" + rev: "v22.1.5" hooks: - id: clang-format types_or: [c++, c, cuda] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.20.2" + rev: "v2.0.0" hooks: - id: mypy files: src|tests