Add uv support - #2970
Merged
Merged
Conversation
freakboy3742
commented
Jul 30, 2026
| output: _build/dictionary/python.dic | ||
| sources: | ||
| - 'docs/**/*.md' | ||
| - 'docs/en/**/*.md' |
Member
Author
There was a problem hiding this comment.
This is to avoid trying to spell check docs/superpowers - I've been testing out obra/superpowers tooling, and it writes to this folder.
freakboy3742
commented
Jul 30, 2026
| # Patch run() since it's apparently quite difficult to find a | ||
| # location in Windows that is guaranteed to throw an error... | ||
| monkeypatch.setattr(subprocess, "run", raise_calledprpcesserror) | ||
| monkeypatch.setattr(os, "makedirs", raise_oserror) |
Member
Author
There was a problem hiding this comment.
This change is unrelated; apparently Github has decided /etc is writable on some instances. I'll pull this out into a standalone PR.
mhsmith
approved these changes
Jul 30, 2026
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.
Add
uvas an option for application environment managers.Works on Windows, macOS and iOS. Works for Linux System apps when not building in Docker.
To test - add
env_manager = "uv"to a project definition.Fixes #2231
PR Checklist: