Skip to content

Commit f1ebf0a

Browse files
Comment out verify-codeowners hook temporarily
1 parent 9d6c667 commit f1ebf0a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@ repos:
179179
cpp/src/neighbors/detail/faiss_distance_utils[.]h$
180180
)
181181
- id: verify-alpha-spec
182-
- id: verify-codeowners
183-
args: [--fix, --project-prefix=cuvs]
182+
# TODO: Re-enable once org is configurable
183+
# - id: verify-codeowners
184+
# args: [--fix, --project-prefix=cuvs]
184185
- id: verify-pyproject-license
185186
# ignore the top-level pyproject.toml, which doesn't
186187
# have or need a [project] table

0 commit comments

Comments
 (0)