uv/crates/uv
liam d32cc638d1
Deny stdout/stderr printing in uv crate via clippy (#16695)
Follow-up from https://github.com/astral-sh/uv/pull/16690, in `uv` every
command should be using `write!(...)/writeln!(...)` with the `Printer`
abstraction instead of bypassing control with the standard printing
functions. This lint ensures that.
2025-11-12 07:54:52 -06:00
..
src Deny stdout/stderr printing in uv crate via clippy (#16695) 2025-11-12 07:54:52 -06:00
tests/it Skip python_install_emulated_macos except on ARM64 macos with rosetta (#16687) 2025-11-12 07:48:16 -06:00
Cargo.toml Bump version to 0.9.8 (#16636) 2025-11-07 11:45:22 -06:00