diff --git a/src/rapids_pre_commit_hooks/codeowners.py b/src/rapids_pre_commit_hooks/codeowners.py index 8854017..3d8c076 100644 --- a/src/rapids_pre_commit_hooks/codeowners.py +++ b/src/rapids_pre_commit_hooks/codeowners.py @@ -293,6 +293,7 @@ def main() -> None: metavar="", help="name of organization the project belongs to", default="rapidsai", + choices=["rapidsai", "NVIDIA"], ) m.argparser.add_argument( "--ci",