Skip to content

Commit 2295258

Browse files
authored
Update verify-copyright configuration (#21196)
Reverts #21192 and instead uses pre-commit-hooks version 1.3.3, which has heuristics for skipping deprecation notices. Ops-Bot-Merge-Barrier: true Authors: - Bradley Dice (https://github.com/bdice) - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) - James Lamb (https://github.com/jameslamb) URL: #21196
1 parent 80cfba2 commit 2295258

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ repos:
162162
args: ["--fix"]
163163
- id: ruff-format
164164
- repo: https://github.com/rapidsai/pre-commit-hooks
165-
rev: v1.3.2
165+
rev: v1.3.3
166166
hooks:
167167
- id: verify-copyright
168168
name: verify-copyright-cudf
@@ -250,9 +250,7 @@ repos:
250250
[.]rst$|
251251
[.](avro|parquet|png|orc|gz|pkl|sas7bdat)$|
252252
^conda/environments/|
253-
^python/cudf/cudf/VERSION$|
254-
^cpp/include/nvtext/byte_pair_encoding.hpp$|
255-
^python/cudf/cudf/core/byte_pair_encoding.py$
253+
^python/cudf/cudf/VERSION$
256254
- id: verify-pyproject-license
257255
# ignore the top-level pyproject.toml, which doesn't
258256
# have or need a [project] table

0 commit comments

Comments
 (0)