Skip to content

Commit e6f717c

Browse files
Re-enable verify-codeowners pre-commit check
1 parent c95fc4e commit e6f717c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)