Skip to content

Commit

Permalink
Alphabetize entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 28, 2024
1 parent 53f6eec commit dab4d78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- id: verify-alpha-spec
name: verify-alpha-spec
description: make sure RAPIDS packages have correct alpha spec
entry: verify-alpha-spec
language: python
files: dependencies[.]yaml$
args: [--fix]
- id: verify-conda-yes
name: pass -y/--yes to conda
description: make sure that all calls to conda pass -y/--yes
Expand Down Expand Up @@ -41,10 +48,3 @@
(?x)
pyproject[.]toml$
args: [--fix]
- id: verify-alpha-spec
name: verify-alpha-spec
description: make sure RAPIDS packages have correct alpha spec
entry: verify-alpha-spec
language: python
files: dependencies[.]yaml$
args: [--fix]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ test = [
]

[project.scripts]
verify-alpha-spec = "rapids_pre_commit_hooks.alpha_spec:main"
verify-conda-yes = "rapids_pre_commit_hooks.shell.verify_conda_yes:main"
verify-copyright = "rapids_pre_commit_hooks.copyright:main"
verify-pyproject-license = "rapids_pre_commit_hooks.pyproject_license:main"
verify-alpha-spec = "rapids_pre_commit_hooks.alpha_spec:main"

[tool.setuptools]
packages = { "find" = { where = ["src"] } }
Expand Down

0 comments on commit dab4d78

Please sign in to comment.