[pre-commit.ci] pre-commit autoupdate#820
Closed
pre-commit-ci[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7)
c8d970e to
4fbbbbe
Compare
Member
|
/ok to test 4fbbbbe |
jameslamb
approved these changes
Dec 2, 2025
Member
|
Looks like in newer versions of
I'll try to push changes to fix that. |
rapids-bot bot
pushed a commit
that referenced
this pull request
Dec 2, 2025
Closes #820 *(description copied from #820 (comment) `build-*-manifest` CI jobs are failing like this: ```text docker.io/rapidsai/staging:docker-cuvs-bench-820-26.02a-cuda13-py3.10-amd64 is a manifest list Error: Process completed with exit code 1. ``` ([build link](https://github.com/rapidsai/docker/actions/runs/19864919436/job/56926457521?pr=820#step:4:23)) Looks like in newer versions of `docker`, builds create manifest lists by default instead of single image builds: * NVIDIA/gpu-operator#1940 * NVIDIA/k8s-driver-manager#132 * docker/build-push-action#1339 (comment) This opts out of that using the configuration option added in docker/build-push-action#1343 It also updates all `pre-commit` hooks, to avoid needing another CI run for #820 Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #821
Member
|
superseded by #821 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates: