[pre-commit.ci] pre-commit autoupdate#1836
Open
pre-commit-ci[bot] wants to merge 2 commits into
Open
Conversation
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)
pre-commit-ci
Bot
requested review from
NickGeneva,
coreyjadams and
ktangsali
as code owners
July 13, 2026 21:54
for more information, see https://pre-commit.ci
pre-commit-ci
Bot
requested review from
CharlelieLrt,
loliverhennigh,
mnabian and
pzharrington
as code owners
July 13, 2026 21:54
Contributor
Greptile SummaryThis PR updates the pre-commit tool pins. The main changes are:
Important Files Changed
Reviews (1): Last reviewed commit: "[pre-commit.ci] auto fixes from pre-comm..." | Re-trigger Greptile |
| @@ -16,7 +16,7 @@ | |||
|
|
|||
| repos: | |||
| - repo: https://github.com/astral-sh/ruff-pre-commit | |||
Contributor
There was a problem hiding this comment.
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.
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: