Skip to content

Commit

Permalink
Use block style instead of flow style for pre-commit hook
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.
  • Loading branch information
KyleFromNVIDIA committed Aug 12, 2024
1 parent 021ab84 commit ed80255
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 @@ -45,7 +45,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 ed80255

Please sign in to comment.