Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ repos:
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v1.3.1
rev: v1.3.2
hooks:
- id: verify-copyright
name: verify-copyright-cudf
Expand Down Expand Up @@ -250,9 +250,7 @@ repos:
[.]rst$|
[.](avro|parquet|png|orc|gz|pkl|sas7bdat)$|
^conda/environments/|
^python/cudf/cudf/VERSION$|
^cpp/include/nvtext/byte_pair_encoding.hpp$|
^python/cudf/cudf/core/byte_pair_encoding.py$
^python/cudf/cudf/VERSION$
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.20.2
hooks:
Expand Down
Loading