Skip to content

Commit

Permalink
Backport cccl PR 3578 to v2.7 to unblock CUDA 12.8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 29, 2025
1 parent 3f8cc2b commit 95ac5df
Show file tree
Hide file tree
Showing 4 changed files with 2,861 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
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 95ac5df

Please sign in to comment.