Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Update pyflakes to 2.0.0 #39

Merged
merged 1 commit into from
May 25, 2018
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pyflakes from 1.6.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(...)`
Links

@coveralls
Copy link

coveralls commented May 20, 2018

Coverage Status

Coverage remained the same at 44.828% when pulling 4725fca on pyup-update-pyflakes-1.6.0-to-2.0.0 into 9e0c446 on master.

@mattberjon mattberjon merged commit 8dee9cd into master May 25, 2018
@mattberjon mattberjon deleted the pyup-update-pyflakes-1.6.0-to-2.0.0 branch October 3, 2018 09:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants