Skip to content

Commit 507cdc5

Browse files
Merge pull request #2270 from josephine-wolf-oberholtzer/josephine/reenable-verify-codeowners
Re-enable verify-codeowners pre-commit check
2 parents c95fc4e + 627f2d7 commit 507cdc5

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION.
1+
# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
repos:
@@ -117,7 +117,7 @@ repos:
117117
^cpp/cmake/patches/cutlass/build-export[.]patch$|
118118
^rust/cuvs-sys/src/bindings[.]rs$
119119
- repo: https://github.com/rapidsai/pre-commit-hooks
120-
rev: v1.3.3
120+
rev: v1.6.0
121121
hooks:
122122
- id: verify-copyright
123123
name: verify-copyright-cuvs
@@ -180,9 +180,8 @@ repos:
180180
cpp/src/neighbors/detail/faiss_distance_utils[.]h$
181181
)
182182
- id: verify-alpha-spec
183-
# TODO: Re-enable once org is configurable
184-
# - id: verify-codeowners
185-
# args: [--fix, --project-prefix=cuvs]
183+
- id: verify-codeowners
184+
args: [--fix, --org=NVIDIA, --project-prefix=cuvs]
186185
- id: verify-pyproject-license
187186
# ignore the top-level pyproject.toml, which doesn't
188187
# have or need a [project] table

0 commit comments

Comments
 (0)