Skip to content

Commit

Permalink
Update pre-commit hooks (#206)
Browse files Browse the repository at this point in the history
This PR updates pre-commit hooks to the latest versions that are supported without causing style check errors.

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

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #206
  • Loading branch information
KyleFromNVIDIA authored Aug 8, 2024
1 parent e616d98 commit 604d7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
types_or: [c, c++, cuda]
args: ["-fallback-style=none", "-style=file", "-i"]
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.2.0
rev: v0.3.1
hooks:
- id: verify-copyright
files: |
Expand Down

0 comments on commit 604d7a8

Please sign in to comment.