Skip to content
Merged
Changes from all 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.2
rev: v1.3.3
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$
- id: verify-pyproject-license
# ignore the top-level pyproject.toml, which doesn't
# have or need a [project] table
Expand Down