What's Changed
- Clarify combination of combine-as-imports and force-wrap-aliases by @charliermarsh in #1162
- Avoid RET false-positives for usages in f-strings by @charliermarsh in #1163
- Implement F842 (UnusedAnnotation) by @charliermarsh in #1165
- Add pyflakes test suite for annotations by @charliermarsh in #1166
- Always use raw docstrings for pydocstyle rules by @charliermarsh in #1167
- Implement D301 (backslash checks) by @charliermarsh in #1169
Full Changelog: v0.0.171...v0.0.172