Skip to content

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

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

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

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.15.21](astral-sh/ruff-pre-commit@v0.12.5...v0.15.21)
- [github.com/igorshubovych/markdownlint-cli: v0.35.0 → v0.49.0](igorshubovych/markdownlint-cli@v0.35.0...v0.49.0)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v3.4.0...v6.0.0)
- [github.com/seddonym/import-linter: v2.11 → v2.13](seddonym/import-linter@v2.11...v2.13)
@copy-pr-bot

copy-pr-bot Bot commented Jul 13, 2026

Copy link
Copy Markdown

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.

@greptile-apps

greptile-apps Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR updates the pre-commit tool pins. The main changes are:

  • Ruff pre-commit hooks move from v0.12.5 to v0.15.21.
  • markdownlint-cli moves from v0.35.0 to v0.49.0.
  • pre-commit-hooks moves from v3.4.0 to v6.0.0.
  • import-linter moves from v2.11 to v2.13.

Important Files Changed

Filename Overview
.pre-commit-config.yaml Updates pinned pre-commit hook revisions for Ruff, markdownlint-cli, pre-commit-hooks, and import-linter.

Reviews (1): Last reviewed commit: "[pre-commit.ci] auto fixes from pre-comm..." | Re-trigger Greptile

Comment thread .pre-commit-config.yaml
@@ -16,7 +16,7 @@

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Ruff Version Can Diverge

The hook now runs Ruff v0.15.21, while the dev environment only requires ruff>=0.14.8. When a developer formats or lints locally with an older installed Ruff and CI runs this hook version, the same file can pass locally but be reformatted or rejected in pre-commit, making CI fail until the local and hook versions are aligned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants