Closed pyup-bot closed 1 year ago
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
0ec2324
) compared to base (2d6da19
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Closing this in favor of #165
This PR updates pyflakes from 2.5.0 to 3.0.1.
Changelog
### 3.0.1 ``` - Fix crash on augmented assign to ``print`` builtin ``` ### 3.0.0 ``` - Detect undefined name in variable defined by an annotated assignment - Add a new error for names which are annotated but unused - Remove handling of python 2.x `` type:`` comments. Use annotations instead ```Links
- PyPI: https://pypi.org/project/pyflakes - Changelog: https://pyup.io/changelogs/pyflakes/ - Repo: https://github.com/PyCQA/pyflakes