What's Changed
- Trim CLI help during generation by @charliermarsh in #1492
- Escape strings when formatting check messages by @charliermarsh in #1493
- Add a "fix message" to every autofix-able check by @charliermarsh in #1489
- Stop overriding locations for expressions within f-strings by @harupy in #1494
- Remove F831 by @harupy in #1495
- Fix detection of changed imports in isort plugin by @squiddy in #1504
- Remove unused snapshots by @harupy in #1497
- Improve
T20X
ranges by @harupy in #1502 - Improve F811 range for function and class definitions by @harupy in #1499
- Improve PLW0120 range by @harupy in #1500
- Fix N818 range by @harupy in #1503
- Include fix commit message when showing violations together with source by @squiddy in #1505
- Fix E722 and F707 ranges by @harupy in #1508
- Adjust
test_path
helper to detect round-trip autofix issues by @squiddy in #1501 - Generate source code with detected line ending by @squiddy in #1487
- Check for Unsupported Files and Display Errors and Warnings by @saadmk11 in #1509
Full Changelog: v0.0.203...v0.0.204