diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac670c2..72eff35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,13 +4,13 @@ # To run: `pre-commit run --all-files` repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: debug-statements - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.4 + rev: v21.1.0 hooks: - id: clang-format types_or: [c, c++, cuda] @@ -21,7 +21,7 @@ repos: - id: rapids-dependency-file-generator args: ["--clean", "--warn-all", "--strict"] - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v0.6.0 + rev: v0.7.0 hooks: - id: verify-copyright files: |