What's Changed
Breaking Changes
- Move flake8-fixme rules to FIX prefix by @charliermarsh in #4917
Rules
Bug Fixes
- Avoid attributing runtime references to module-level imports by @charliermarsh in #4942
- Skip class scopes when resolving nonlocal references by @charliermarsh in #4943
- Apply
dict.get
fix before ternary rewrite by @charliermarsh in #4944 - Handle implicit string concatenations in conversion-flag rewrites by @charliermarsh in #4947
- Make
C413
fix as suggested forreversed
call by @dhruvmanila in #4891 - ignore if using infinite iterators in
B905
by @kyoto7250 in #4914
Full Changelog: v0.0.271...v0.0.272