Skip to content

Update pyflakes to 2.4.0#121

Closed
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-pyflakes-2.2.0-to-2.4.0
Closed

Update pyflakes to 2.4.0#121
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-pyflakes-2.2.0-to-2.4.0

Conversation

@pyup-bot

@pyup-bot pyup-bot commented Oct 6, 2021

Copy link
Copy Markdown
Collaborator

This PR updates pyflakes from 2.2.0 to 2.4.0.

Changelog

2.4.0

- Remove unused tracing code (``traceTree``)
- Add support for ``match`` statement
- Detect ``typing`` module attributes when imported with ``import ... as ...``

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

@pyup-bot pyup-bot mentioned this pull request Oct 6, 2021
@codecov

codecov Bot commented Oct 6, 2021

Copy link
Copy Markdown

Codecov Report

Merging #121 (1d3d59c) into master (b80bb2f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   96.12%   96.12%           
=======================================
  Files          12       12           
  Lines         129      129           
=======================================
  Hits          124      124           
  Misses          5        5           

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 b80bb2f...1d3d59c. Read the comment docs.

@pyup-bot

Copy link
Copy Markdown
Collaborator Author

Closing this in favor of #172

@pyup-bot pyup-bot closed this Jul 30, 2022
@Ernanidacosta Ernanidacosta deleted the pyup-update-pyflakes-2.2.0-to-2.4.0 branch July 30, 2022 21:01
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