Skip to content

[pre-commit.ci] pre-commit autoupdate#6138

Open
pre-commit-ci[bot] wants to merge 2 commits into
mainfrom
pre-commit-ci-update-config
Open

[pre-commit.ci] pre-commit autoupdate#6138
pre-commit-ci[bot] wants to merge 2 commits into
mainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci pre-commit-ci Bot requested a review from a team as a code owner October 6, 2025 21:59
@pre-commit-ci pre-commit-ci Bot requested a review from jrhemstad October 6, 2025 21:59
@github-project-automation github-project-automation Bot moved this to Todo in CCCL Oct 6, 2025
@copy-pr-bot

copy-pr-bot Bot commented Oct 6, 2025

Copy link
Copy Markdown
Contributor

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@cccl-authenticator-app cccl-authenticator-app Bot moved this from Todo to In Review in CCCL Oct 6, 2025
@pre-commit-ci pre-commit-ci Bot requested review from a team as code owners October 6, 2025 22:37
@pre-commit-ci pre-commit-ci Bot requested a review from gonidelis October 6, 2025 22:37

@gonidelis gonidelis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't know precommit can submit their own PRs. Not sure if this is triggered automatically or explicitly from one of us. I see some nice changes in formatting nevertheless. I guess approve?

Comment thread cudax/include/cuda/experimental/__stf/utility/core.cuh Outdated
@bernhardmgruber

Copy link
Copy Markdown
Contributor

/ok to test 1ce7b30

@bernhardmgruber

Copy link
Copy Markdown
Contributor

@alliepiper does this need to be synced with any devcontainers? Because of the clang-format version?

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@alliepiper

Copy link
Copy Markdown
Contributor

@alliepiper does this need to be synced with any devcontainers? Because of the clang-format version?

rapidsai/devcontainers#592

@alliepiper

Copy link
Copy Markdown
Contributor

Waiting on https://github.com/rapidsai/devcontainers/actions/runs/18321651522 to publish new images.

@alliepiper

Copy link
Copy Markdown
Contributor

Should be good to go now, devcontainers are updated.

@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 1ce7b30 to 4250bda Compare January 5, 2026 21:12
@bernhardmgruber

Copy link
Copy Markdown
Contributor

pre-commit.ci autofix

@bernhardmgruber

Copy link
Copy Markdown
Contributor

/ok to test 296149e

@github-actions

This comment has been minimized.

@bernhardmgruber

Copy link
Copy Markdown
Contributor

/ok to test 8f97382

@github-actions

This comment has been minimized.

@github-actions

github-actions Bot commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

😬 CI Workflow Results

🟥 Finished in 17h 42m: Pass: 96%/270 | Total: 11d 04h | Max: 6h 00m | Hits: 49%/361528

See results here.

@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 8f97382 to 71c3f25 Compare April 6, 2026 21:42
@bernhardmgruber

Copy link
Copy Markdown
Contributor

pre-commit.ci autofix

@pre-commit-ci pre-commit-ci Bot requested review from a team as code owners April 7, 2026 06:52
@bernhardmgruber

Copy link
Copy Markdown
Contributor

pre-commit.ci autofix

1 similar comment
@miscco

miscco commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

pre-commit.ci autofix

@bernhardmgruber bernhardmgruber force-pushed the pre-commit-ci-update-config branch from b02d692 to 115e36c Compare April 8, 2026 14:14
@bernhardmgruber

Copy link
Copy Markdown
Contributor

Rebased PR on main.

@bernhardmgruber

Copy link
Copy Markdown
Contributor

Does anybody know what the failure is here?

mypy.....................................................................Failed
- hook id: mypy
- exit code: -11

When I run locally, it succeeds:

$ pre-commit run --all-files
fix end of files.........................................................Passed
mixed line ending........................................................Passed
trim trailing whitespace.................................................Passed
check json...............................................................Passed
check toml...............................................................Passed
pretty format json.......................................................Passed
check for broken symlinks................................................Passed
check that executables have shebangs.....................................Passed
check for merge conflicts................................................Passed
check that scripts with shebangs are executable..........................Passed
check yaml...............................................................Passed
clang-format.............................................................Passed
ruff (legacy alias)......................................................Passed
ruff format..............................................................Passed
taplo-format.............................................................Passed
gersemi..................................................................Passed
codespell................................................................Passed
mypy.....................................................................Passed

@NaderAlAwar

Copy link
Copy Markdown
Contributor

Does anybody know what the failure is here?

Some quick googling says this may be a segmentation fault. It seems that the CI check uses mypy 1.20.0. What is your local mypy version?

@bernhardmgruber

Copy link
Copy Markdown
Contributor

Does anybody know what the failure is here?

Some quick googling says this may be a segmentation fault. It seems that the CI check uses mypy 1.20.0. What is your local mypy version?

If I run via pre-commit run --all-files then exactly the one that the CI uses as well.

@pre-commit-ci pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 115e36c to f479fd9 Compare July 6, 2026 21:29
@bernhardmgruber

Copy link
Copy Markdown
Contributor

Requested clang-format upgrade in devcontainers: rapidsai/devcontainers#732

@bernhardmgruber

Copy link
Copy Markdown
Contributor

Requested clang-format upgrade in devcontainers: rapidsai/devcontainers#732

Merged

pre-commit-ci Bot and others added 2 commits July 14, 2026 11:56
updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
- [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v22.1.5](pre-commit/mirrors-clang-format@v20.1.7...v22.1.5)
- [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.15.20](astral-sh/ruff-pre-commit@v0.12.2...v0.15.20)
- [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.16.1 → v2.1.0](pre-commit/mirrors-mypy@v1.16.1...v2.1.0)
@bernhardmgruber bernhardmgruber force-pushed the pre-commit-ci-update-config branch from dbede12 to 855d640 Compare July 14, 2026 10:00
@bernhardmgruber bernhardmgruber enabled auto-merge (squash) July 14, 2026 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

6 participants