chore(direnv): watch uv.lock for automatic environment reload#143
Merged
chore(direnv): watch uv.lock for automatic environment reload#143
Conversation
Add `watch_file uv.lock` to `.envrc` so that direnv triggers a re-evaluation of the environment whenever the lockfile changes. This ensures dependencies stay in sync without manual `direnv reload`.
|
Static Code Review 📊 ✅ All quality checks passed! |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s direnv configuration so environment evaluation is automatically triggered when the Python dependency lockfile changes, keeping local environments in sync without manual reloads.
Changes:
- Add
watch_file uv.lockto.envrcso direnv re-evaluates whenuv.lockchanges.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Adds
watch_file uv.lockto.envrcso direnv automatically re-evaluates the environment when the lockfile changes. This keeps dependencies in sync without requiring manualdirenv reload.Summary by cubic
Added watch_file uv.lock to .envrc so direnv auto-reloads when the lockfile changes. Keeps dependencies in sync without manual direnv reload.
Written for commit 86f8d11. Summary will update on new commits.
PR Summary by Typo
Overview
This PR improves the development environment setup by configuring
direnvto automatically reload the environment when theuv.lockfile is modified. This ensures that the Python environment remains synchronized with dependency changes without manual intervention.Key Changes
watch_file uv.lockdirective to the.envrcconfiguration.Work Breakdown
Linked JIRA Issues
No issues found.
To turn off PR summary, please visit Notification settings.