Zanie Blue

Results 2935 comments of Zanie Blue

We might want to take into account toolchain management design considerations e.g. `rustup` / `cargo` do _not_ have shims in `~/.local/bin`.

Hm it looks like these intentionally _do not_ use this setting since there are notes about conflict with the formatter and they explicitly mention using a width of "4" in...

Interestingly though, pycodestyle lets you configure the size.

Here's a start https://github.com/astral-sh/ruff/pull/8708 — let me know if you're interested in writing the tests.

I wonder if this should just be gated by a simple `--force` flag.

@RonnyPfannschmidt looks like this can be closed as completed.

I think we can track this in #1396 and #1526 since those are concrete solutions. Thanks everyone!

Oh this is the syntax I use every time I install a package from `git` using `pip` 😬 I'm not sure if we really need to support it in a...

@jkgenser note you _can_ just provide a package name e.g. `uv pip install "foo@path/to/my.whl"` in the meantime.

I don't think we plan to support it. The usage is small and there are simple workarounds e.g. a requirements file that includes the others. Sorry I know that's not...