What's Changed
- Rename --quiet to --silent and make --quiet only log errors by @andersk in #477
- Suppress “No pyproject.toml found” message with --quiet by @andersk in #478
- Handle multi-segment import-from removal by @charliermarsh in #479
- Fix multi-segment import removal by @charliermarsh in #480
- Implement W605 (invalid escape sequence) by @charliermarsh in #482
Full Changelog: v0.0.84...v0.0.85