Alex Debrecht

Results 2 issues of Alex Debrecht

On Ubuntu 22.04, with Python installed to `~/.local/bin/python` through a symlink (-> `/usr/bin/python` -> `/usr/bin/python3.11`) and `VIRTUAL_ENV=~/.local/`: With `uv==0.1.11`, `uv pip install` installs to `~/.local/lib/python3.11/site-packages`. This makes sense. With `uv==0.1.12`,...

**Bug Report** mypy warns about the right side of a condition being unreachable when a variable is reset in an outer loop, then set again inside the inner loop. **To...

bug