From e6f717c1bf83d461bf0dc3decd735688a0b0c1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9phine=20Oberholtzer?= Date: Fri, 26 Jun 2026 14:02:10 -0400 Subject: [PATCH 1/2] Re-enable verify-codeowners pre-commit check --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a96462c9d..cb4a4f6407 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -180,9 +180,8 @@ repos: cpp/src/neighbors/detail/faiss_distance_utils[.]h$ ) - id: verify-alpha-spec - # TODO: Re-enable once org is configurable - # - id: verify-codeowners - # args: [--fix, --project-prefix=cuvs] + - id: verify-codeowners + args: [--fix, --org=NVIDIA, --project-prefix=cuvs] - id: verify-pyproject-license # ignore the top-level pyproject.toml, which doesn't # have or need a [project] table From 627f2d764abe865b3c644c0e13ccebedc5c0f612 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Fri, 26 Jun 2026 15:50:59 -0400 Subject: [PATCH 2/2] Bump version --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb4a4f6407..aa65eec100 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: @@ -117,7 +117,7 @@ repos: ^cpp/cmake/patches/cutlass/build-export[.]patch$| ^rust/cuvs-sys/src/bindings[.]rs$ - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v1.3.3 + rev: v1.6.0 hooks: - id: verify-copyright name: verify-copyright-cuvs