incuna / django-pgcrypto-fields

Transparent field level encryption for Django using the pgcrypto postgresql extension.
BSD 2-Clause "Simplified" License
231 stars 51 forks source link

Update pyflakes to 2.3.1 #341

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates pyflakes from 2.2.0 to 2.3.1.

Changelog ### 2.3.1 ``` - Fix regression in 2.3.0: type annotations no longer redefine imports ``` ### 2.3.0 ``` - Recognize tuple concatenation in ``__all__`` export definitions - Better support use of annotation-only assignments when using ``from __future__ import annotations`` - Recognize special-case typing for ``Annotated`` - Fix undefined name ``__qualname__`` in class scope - Recognize special-cased typing for ``TypeVar`` - Errors for undefined exports in ``__all__`` are shown in a deterministic order - Fix false positives in certain typing constructs (``TypeVar``, ``NamedTuple``, ``TypedDict``, ``cast``) ```
Links - PyPI: https://pypi.org/project/pyflakes - Changelog: https://pyup.io/changelogs/pyflakes/ - Repo: https://github.com/PyCQA/pyflakes
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1350


Totals Coverage Status
Change from base Build 1317: 0.0%
Covered Lines: 151
Relevant Lines: 151

💛 - Coveralls
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1350


Totals Coverage Status
Change from base Build 1317: 0.0%
Covered Lines: 151
Relevant Lines: 151

💛 - Coveralls