What's Changed
- Implement B015 by @harupy in #587
- Fix invalid escape handling for CRLF files by @charliermarsh in #589
- Split ambiguous unicode detection into string vs. docstring rules by @charliermarsh in #590
- Change Ruff's error prefix to RUF by @charliermarsh in #592
- Rely on token locations for noqa map extraction by @charliermarsh in #603
- Implement B008 by @harupy in #594
- Implement B016 by @harupy in #595
- Implement B003 by @harupy in #596
- Remove needless return by @harupy in #597
- Ignore ellipsis in B018 by @harupy in #598
Full Changelog: v0.0.100...v0.0.102