Skip to content

Update pyflakes to 2.0.0 #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pyflakes from 1.5.0 to 2.0.0.

Changelog

2.0.0

- Drop support for EOL Python <2.7 and 3.2-3.3
- Check for unused exception binding in `except:` block
- Handle string literal type annotations
- Ignore redefinitions of `_`, unless originally defined by import
- Support `__class__` without `self` in Python 3
- Issue an error for `raise NotImplemented(...)`

1.6.0

- Process function scope variable annotations for used names
- Find Python files without extensions by their shebang
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #231

@pyup-bot pyup-bot closed this Jan 24, 2019
@cclauss cclauss deleted the pyup-update-pyflakes-1.5.0-to-2.0.0 branch January 24, 2019 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant