What's Changed
- Support multi-line
noqa
directives for 'import from' by @charliermarsh in #1479 - Simplified code for unicode fix by @colin99d in #1475
- Remove support for
ur
prefixes by @charliermarsh in #1481 - Detect line endings and use them during code generation by @squiddy in #1482
- Add a command to clear the Ruff cache by @charliermarsh in #1484
- Generate the README's --help output automatically via cargo +nightly dev generate-all by @squiddy in #1483
- Move some argument validation into Clap by @charliermarsh in #1485
- Remove hidden autoformat command by @charliermarsh in #1486
Full Changelog: v0.0.202...v0.0.203