Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading