diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e227dd79a2..29c155e383 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION. +# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 repos: @@ -85,7 +85,7 @@ repos: (?x) ^CHANGELOG[.]md$| - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v1.4.2 + rev: v1.6.0 hooks: - id: verify-copyright name: verify-copyright-raft @@ -144,9 +144,8 @@ repos: cpp/include/raft/core/detail/mdspan_numpy_serializer[.]hpp$ ) - id: verify-alpha-spec - # TODO: Re-enable once verify-codeowners supports --org parameter - # - id: verify-codeowners - # args: [--fix, --org=NVIDIA, --project-prefix=raft] + - id: verify-codeowners + args: [--fix, --org=NVIDIA, --project-prefix=raft] - id: verify-hardcoded-version exclude: | (?x) @@ -172,7 +171,7 @@ repos: ^conda/environments/| (^|/)UCXX_BRANCH$| (^|/)RAPIDS_BRANCH$| - [.](md|rst)$ + [.](md|rst|svg)$ - id: verify-pyproject-license # ignore the top-level pyproject.toml, which doesn't # have or need a [project] table