JakobGM / astrality

Astrality - A modular and dynamic configuration file manager
https://astrality.readthedocs.io
MIT License
98 stars 3 forks source link

Update pyflakes to 2.0.0 #42

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

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
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 486


Files with Coverage Reduction New Missed Lines %
astrality/filewatcher.py 4 97.06%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 482: 0.0%
Covered Lines: 4334
Relevant Lines: 4433

💛 - Coveralls