theoremlp / rules_uv

Bazel rules for running uv
Apache License 2.0
19 stars 7 forks source link

feat(compile): add args attribute #53

Closed aignas closed 1 month ago

aignas commented 1 month ago

This allows passing the index url and other parameters to uv via a string list instead of using env variables. This means that the we don't need to resort to direnv or .bazelrc to change the indexes used by uv.

mark-thm commented 1 month ago

Landed configurability in #55