diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ad2173..14f0f7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: fix-byte-order-marker - id: trailing-whitespace @@ -12,13 +12,13 @@ repos: - id: check-merge-conflict - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.6 + rev: v19.1.6 hooks: - id: clang-format types_or: [c++, c, cuda] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.21 hooks: - id: mdformat