feat: Discover Python quality tools - #13661
Closed
anthonyshew wants to merge 1 commit into
Closed
anthonyshew wants to merge 1 commit into
anthonyshew wants to merge 1 commit into
Conversation
Co-Authored-By: Anthony Shew <anthonyshew@gmail.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Aug 4, 2026
Contributor
Author
anthonyshew
added a commit
that referenced
this pull request
Aug 5, 2026
### Description Part 13 of 13 in stack #13677, based on #13675. Documents aggregate Native Task semantics, task-local contracts, Python declaration and inheritance rules, qualified/canonical tasks, commands, fallbacks, hashing, watch behavior, and limitations. Previous: #13675. This is the top of the replacement stack for #13660, #13661, and #13662. ### Testing Instructions `git diff --check` and all full-tip verification passed: formatting; 437 repository tests; 135 engine tests; 13 uv integration tests; 12 entrypoint tests; and strict clippy across affected crates. Every cumulative tip passed `cargo check --tests`. Markdown files are excluded by the repository formatter. `uv` is unavailable, and a full workspace run was not performed. Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
This branch was successfully deployed
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.
Description
This is PR 2 of 3 in the dependency-driven Python Native Tasks stack and is based on #13660.
uv formatanduv checkfallbacks, keep tasks uncached, avoid lockfile mutation, and include type-check dependency sources and known configuration inputs.Stack:
Testing Instructions
Verification run on the complete stacked tip:
cargo fmt --all -- --checkpassed.cargo test -p turborepo-repository --no-fail-fastpassed: 429 tests, including 30 uv unit tests.cargo test -p turborepo-engine --no-fail-fastpassed: 135 tests.cargo test -p turbo --test uv_workspace_test --no-fail-fastpassed: 13 tests.cargo test -p turbo --test task_entrypoints_test --no-fail-fastpassed: 12 tests.cargo clippy -p turborepo-repository -p turborepo-engine -p turborepo-lib -p turborepo-task-executor -p turborepo-run-summary -p turborepo-query --all-targets -- -D warningspassed.A full workspace test/lint run was not performed.
uvis unavailable in the devbox, so real declared-tool execution was not exercised; exact resolver argv and dry-run graph behavior are covered. Root-owned tools conservatively include the workspace external closure, while virtual-root tool identities not reachable from member closures are not individually represented; tasks remain uncached.