diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ede5f024344..090b0c2aff3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace exclude: ^tests/.*/data/.*$ @@ -26,12 +26,12 @@ repos: # - id: cppcheck # args: [--enable=all] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.42.0 hooks: - id: markdownlint args: [-f] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.2 + rev: v19.1.1 hooks: - id: clang-format types_or: [c++, c, cuda]