diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15cd302..590dc62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-json - id: check-merge-conflict @@ -25,7 +25,7 @@ repos: args: [-c, .markdownlint.yaml, --fix] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.2 + rev: v18.1.3 hooks: - id: clang-format types_or: [c++, c, cuda]