[pre-commit.ci] pre-commit autoupdate - #740
Open
pre-commit-ci[bot] wants to merge 1 commit into
Open
Conversation
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
2 times, most recently
from
July 27, 2026 20:10
992dd0b to
3e58c9c
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
2 times, most recently
from
August 10, 2026 20:26
4f5cb36 to
060f4a5
Compare
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
2 times, most recently
from
August 24, 2026 20:26
e8063c6 to
7fef438
Compare
joshmarkovic
added a commit
to joshmarkovic/dbt-sqlserver
that referenced
this pull request
Aug 28, 2026
ruff's version was set by `rev: v0.15.20` on the ruff-pre-commit repo, while uv.lock resolved its own ruff for anything invoking `uv run ruff`. Two mechanisms, no link between them, and they had already drifted. Point the ruff hooks at the lock the way the ty hook already does, with local hooks invoking `uv run --frozen ruff`. Hook ids and manual-stage aliases are unchanged, so every Makefile target keeps working, and --force-exclude preserves the remote hooks' behaviour of honouring pyproject excludes for explicitly-named files. A uv-based hook cannot run on pre-commit.ci, which has no network to resolve dependencies, so ruff joins ty in the skip list. ruff therefore moves into the workflow that already exists for exactly this reason, which now covers both tools and is renamed to match. pre-commit.ci keeps running the other 13 hooks and their weekly autoupdate. Supersedes dbt-msft#740, which bumped the rev this removes.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.5](astral-sh/ruff-pre-commit@v0.15.20...v0.16.5)
pre-commit-ci
Bot
force-pushed
the
pre-commit-ci-update-config
branch
from
August 31, 2026 20:38
7fef438 to
a40c315
Compare
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: