Skip to content

Commit 792dd06

Browse files
Update pre-commit hooks (#16510)
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: #16510
1 parent da51cad commit 792dd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ repos:
144144
- id: ruff-format
145145
files: python/.*$
146146
- repo: https://github.com/rapidsai/pre-commit-hooks
147-
rev: v0.2.0
147+
rev: v0.3.1
148148
hooks:
149149
- id: verify-copyright
150150
exclude: |

0 commit comments

Comments
 (0)