Skip to content

Update pyflakes to 2.3.0#230

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pyflakes-2.2.0-to-2.3.0
Closed

Update pyflakes to 2.3.0#230
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pyflakes-2.2.0-to-2.3.0

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

This PR updates pyflakes from 2.2.0 to 2.3.0.

Changelog

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 14, 2021

Codecov Report

Merging #230 (3683775) into master (153162f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #230   +/-   ##
=======================================
  Coverage   30.00%   30.00%           
=======================================
  Files           3        3           
  Lines          10       10           
=======================================
  Hits            3        3           
  Misses          7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 153162f...3683775. Read the comment docs.

@pyup-bot
Copy link
Copy Markdown
Collaborator Author

Closing this in favor of #233

@pyup-bot pyup-bot closed this Mar 24, 2021
@engnogueira engnogueira deleted the pyup-update-pyflakes-2.2.0-to-2.3.0 branch March 24, 2021 19:14
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