Skip to content

Commit

Permalink
Merge branch 'branch-25.02' into branch-25.04-merge-25.02
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 31, 2025
2 parents 6f6bb6f + f484e92 commit 029f63f
Show file tree
Hide file tree
Showing 5 changed files with 2,865 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ repos:
- id: codespell
additional_dependencies: [tomli]
args: ["--toml", "pyproject.toml"]
exclude: |
(?x)^(
^rapids-cmake/cpm/patches/.*
)
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.17.0
hooks:
Expand Down
4 changes: 4 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ dependencies:
cuda: "12.5"
packages:
- cuda-version=12.5
- matrix:
cuda: "12.8"
packages:
- cuda-version=12.8
cuda:
specific:
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[tool.codespell]
# note: pre-commit passes explicit lists of files here, which this skip file list doesn't override -
# this is only to allow you to run codespell interactively
skip = "./.git"
skip = "./.git,./rapids-cmake/cpm/patches/"
# ignore short words, and typename parameters
ignore-regex = "\\b(.{1,4}|[A-Z]\\w*T)\\b"
builtin = "clear"
Expand Down
Loading

0 comments on commit 029f63f

Please sign in to comment.