Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mypy 2.0 big change list #17967

Open
hauntsaninja opened this issue Oct 16, 2024 · 4 comments
Open

mypy 2.0 big change list #17967

hauntsaninja opened this issue Oct 16, 2024 · 4 comments
Labels
meta Issues tracking a broad area of work

Comments

@hauntsaninja
Copy link
Collaborator

hauntsaninja commented Oct 16, 2024

This is a reminder list for changes we may want to do in a major version (that we know are relatively easy to flip on).

Needs more discussion:

  • Get rid of --no-namespace-packages
  • Interpret type as type[Any]?
  • Move func-returns-value to disabled by default error code?

For general not-so-easy changes we want to do, see #16472 (major/minor isn't the most meaningful for a lot of the most important changes we want to do, e.g. --new-type-inference was in 1.7)

See also https://github.com/python/mypy/wiki/Release-Process#policy-for-backward-incompatible-changes

(feel free to edit)

@hauntsaninja hauntsaninja added the meta Issues tracking a broad area of work label Oct 16, 2024
@brianschubert
Copy link
Collaborator

@JukkaL
Copy link
Collaborator

JukkaL commented Nov 5, 2024

I'd also like to add narrowing on initial assignment (#2008). We'd need to first add a feature flag to opt-in to the new behavior before 2.0.

@emmatyping
Copy link
Collaborator

I believe the behavior change in #6577 would likely be breaking, so mypy 2.0 would be a good time to do it.

@emmatyping
Copy link
Collaborator

I also think making --check-untyped-defs the default is a pretty significant change that we'd probably want to communicate and make in mypy 2.0 ref #6646

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issues tracking a broad area of work
Projects
None yet
Development

No branches or pull requests

4 participants