Skip to content

Commit b7ebda8

Browse files
authored
Merge branch 'main' into cagra-fix-nnd-init
2 parents 96c6594 + 025d44c commit b7ebda8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ jobs:
452452
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda
453453
with:
454454
build_type: pull-request
455+
run_codecov: false
455456
script: ci/test_python.sh
456457
rocky8-clib-standalone-build-matrix:
457458
needs: checks

.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)