tokio icon indicating copy to clipboard operation
tokio copied to clipboard

Update pyflakes to 2.0.0

Open pyup-bot opened this issue 6 years ago • 0 comments

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
  • PyPI: https://pypi.org/project/pyflakes
  • Changelog: https://pyup.io/changelogs/pyflakes/
  • Repo: https://github.com/PyCQA/pyflakes

pyup-bot avatar May 20 '18 20:05 pyup-bot