Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates pyflakes from 3.1.0 to 3.4.0.

Changelog

3.4.0

- Add support for python 3.14
- Add "t-string is missing placeholders" error
- Fix annotation erroneously causing a name to be defined with
``from __future__ import annotations``
- Add support for always-deferred annotations (PEP 749)

3.3.2

- Fix crash with ``global`` / ``nonlocal`` in class bodies (regressed in 3.3.0)

3.3.1

- Allow assignment expressions to redefine annotations (regressed in 3.3.0)

3.3.0

- Add ``__debuggerskip__`` as a special local
- Allow assignment expressions to redefine outer names
- Drop support for EOL python 3.8
- Add new error for unused ``global`` / ``nonlocal`` names

3.2.0

- Add support for ``*T`` (TypeVarTuple) and ``**P`` (ParamSpec) in PEP 695
annotations.
Links

@codecov
Copy link

codecov bot commented Jun 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5f02dc7) to head (994c110).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #500   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          126       126           
=========================================
  Hits           126       126           
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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