What's Changed
- Implement autofix for F901 by @charliermarsh in #571
- Infer Flake8 plugins from .flake8 config by @charliermarsh in #573
- Add W to list of default flake8-to-ruff codes by @charliermarsh in #574
- Bump Rust version to 1.65.0 by @charliermarsh in #575
- Use a rope to manage string slicing by @charliermarsh in #576
- Confine subscript annotation checks to
ExprContext::Load
by @charliermarsh in #583 - Implement B018 by @harupy in #582
- Use a Rope to power fixer by @charliermarsh in #584
- Use a shared Rope between AST checker and fixer by @charliermarsh in #585
- Implement ambiguous unicode character detection by @charliermarsh in #578
Full Changelog: v0.0.99...v0.0.100