Zanie Blue

Results 2953 comments of Zanie Blue

Hm. Personally, I don't see a violation for `a, unused_b = func()` as any noiser than the one for `unused = func()` — I'm not sure why tuple unpacking deserves...

Hi! Thanks for the issue :) We are indeed very interested in the idea of leveraging `uv` for linting. I'm not sure if it'll happen soon though.

@serozhenka is this on the latest version?

Could you just drop `--upgrade` from that command when you see `--no-upgrade`? I think allowing multiple conflicting arguments to be passed leads to too much ambiguity.

Hi! Can you make sure this isn't a duplicate of one of the existing issues for torch? https://github.com/astral-sh/uv/issues?q=is%3Aissue+is%3Aopen+torch

It looks like you might have meant to use `--extra-index-url` or, instead, run `uv pip install wheel setuptools` first. They normally comes pre-installed in virtual environments, but we do not...

Interesting, I presumed we'd use your local builds for these if they were around but it doesn't look like we do. This is basically a limitation of specifying index urls,...

Hi @sachit-menon We now support `--no-build-isolation` so you can install `wheel` and `setuptools` beforehand which should unblock you here. See https://github.com/astral-sh/uv/issues/2251#issuecomment-1984797316 for example. We also changed the order `--extra-index-url` and...

`uv` implements its own virtual environment creation in Rust, we do not call Python's virtual environment tooling.

Thanks for the feedback, I've opened issues for your requests - https://github.com/astral-sh/uv/issues/1921 - https://github.com/astral-sh/uv/issues/1922