From 8b7e9e1ed0b5170f809ebf1de5fc8d5aab7fac3c Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Tue, 28 May 2024 13:53:05 -0400 Subject: [PATCH] Alphabetize package list --- src/rapids_pre_commit_hooks/alpha_spec.py | 38 +++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/rapids_pre_commit_hooks/alpha_spec.py b/src/rapids_pre_commit_hooks/alpha_spec.py index 298f076..5b8ca84 100644 --- a/src/rapids_pre_commit_hooks/alpha_spec.py +++ b/src/rapids_pre_commit_hooks/alpha_spec.py @@ -21,32 +21,32 @@ from .lint import LintMain RAPIDS_ALPHA_SPEC_PACKAGES = { - "rmm", - "pylibcugraphops", - "pylibcugraph", - "nx-cugraph", - "dask-cudf", - "cuspatial", - "cuproj", - "cuml", - "cugraph", - "cudf", - "ptxcompiler", "cubinlinker", + "cucim", + "cudf", + "cugraph", "cugraph-dgl", - "cugraph-pyg", "cugraph-equivariant", - "raft-dask", - "pylibwholegraph", - "pylibraft", + "cugraph-pyg", + "cuml", + "cuproj", + "cuspatial", "cuxfilter", - "cucim", - "ucx-py", - "ucxx", - "pynvjitlink", + "dask-cudf", "distributed-ucxx", "librmm", "libucx", + "nx-cugraph", + "ptxcompiler", + "pylibcugraph", + "pylibcugraphops", + "pylibraft", + "pylibwholegraph", + "pynvjitlink", + "raft-dask", + "rmm", + "ucx-py", + "ucxx", } RAPIDS_CUDA_SUFFIXED_PACKAGES = set(RAPIDS_ALPHA_SPEC_PACKAGES)