Ahmed Ilyas
Ahmed Ilyas
Resolves https://github.com/astral-sh/ruff/issues/4858 ## Summary - [x] Drop Optional support from UP007 in preview mode - [x] Add new rule in preview for use of Optional - [ ] Add documentation...
## Summary Resolves #4802 ## Test Plan - `cargo test` ```sh ❯ cargo run -- cache prune -v Pruning cache at: /Users/ahmedilyas/Library/Caches/uv No unused entries found ❯ cargo run --...
Simple MRE: ``` [project] name = "foobar" version = "0.1" requires-python = ">=3.9" dependencies = ["networkx"] ``` ```console ❯ uv pip compile pyproject.toml --universal Resolved 1 package in 16ms #...
## Summary Resolves https://github.com/astral-sh/uv/issues/6277 ## Test Plan `cargo test`
## Summary The help output now respects the `NO_COLOR` env variable. I'm not sure how to configure the color based on the `--no-color` arg though ## Test Plan
## Summary Closes #6542 ## Test Plan `cargo test`