You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wait, pyflakesbear is new since 0.9 and thus we dont need the pyflakes backport right(since the radon fix should have fixed the issue)? If so, we're ready for release.
The uncontrollable part of the pyflakes problem was between autoflake(pyflakes) and radon(flake8).
autoflake pinned their pyflakes to 1.3, and we followed suite, which only temporarily solved our problem. The real problem was radon, which depended on flake8 without any version spec, and different versions of flake8 have different pinned versions of pyflakes.
The following pulls need backport documentation/backports for the bears 0.9.2 release:
(needed: the pyflakes pin)- [ ] (when completed) AnnotationBear: Allow missing language setting #1100moved to 0.9.3 since there is an urgent isntall fix hereThe text was updated successfully, but these errors were encountered: