Skip to content

Commit

Permalink
chore: fix uv caching via config
Browse files Browse the repository at this point in the history
uv caches info about local packages you are installing unless some
special files are touched. This prevents changes to local files being
installed and thus makes the development workflow broken.

Turn off caching on the local package
  • Loading branch information
cevian committed Jan 7, 2025
1 parent c579238 commit 0a68701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/extension/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ unfixable = []

# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

[tool.uv]
reinstall-package = ["pgai"]

0 comments on commit 0a68701

Please sign in to comment.