Expand install source detection to uv tool, pipx, and asdf#1607
Merged
j178 merged 4 commits intoj178:masterfrom Feb 9, 2026
Merged
Expand install source detection to uv tool, pipx, and asdf#1607j178 merged 4 commits intoj178:masterfrom
uv tool, pipx, and asdf#1607j178 merged 4 commits intoj178:masterfrom
Conversation
Detect prek installed via `uv tool install prek` by matching the uv/tools/prek path component pattern. Uses a 3-component window to handle custom XDG_DATA_HOME paths and different platforms.
Detect prek installed via `pipx install prek` by matching the pipx/venvs/prek path component pattern. Uses a 3-component window to handle both macOS (~/.local/pipx/) and Linux (~/.local/share/pipx/) installation paths.
Detect prek installed via asdf by matching the .asdf/installs/prek path component pattern. Hoists the shared `installs` OsStr constant since both asdf and mise use it.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1607 +/- ##
==========================================
- Coverage 91.68% 91.67% -0.01%
==========================================
Files 94 94
Lines 18387 18444 +57
==========================================
+ Hits 16858 16909 +51
- Misses 1529 1535 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📦 Cargo Bloat ComparisonBinary size change: +0.00% (23.7 MiB → 23.7 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
Move the standalone installer receipt check before path-based heuristics. The receipt is authoritative evidence while path matching is heuristic, so it should take priority.
56deab7 to
2d282cf
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.
No description provided.