Skip to content

Commit

Permalink
Use block style instead of flow style for pre-commit hook (#1063)
Browse files Browse the repository at this point in the history
Since the --rapids-version argument will change from one release to the next, use a block style instead of a flow style to make merge conflicts less likely.

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #1063
  • Loading branch information
KyleFromNVIDIA authored Aug 12, 2024
1 parent d1fe2e7 commit baccfed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ repos:
rev: v0.3.1
hooks:
- id: verify-alpha-spec
args: [--fix, --rapids-version=24.10]
args:
- --fix
- --rapids-version=24.10
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.13.11
hooks:
Expand Down

0 comments on commit baccfed

Please sign in to comment.