What's Changed
- Fix F821 false positive by @JonathanPlasse in #911
- Respect f-string locations in B023 check by @charliermarsh in #914
- Respect noqa comments in U009 by @charliermarsh in #917
- Auto-generate CheckCodePrefix::fixables() by @JonathanPlasse in #916
- Preserve existing noqa codes in --add-noqa by @charliermarsh in #913
Full Changelog: v0.0.139...v0.0.140