-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
Upgrade to Mypy 1.0 #1360
Upgrade to Mypy 1.0 #1360
Conversation
Awesome. Is there a reason this is still in draft? |
Nope! Just didn't notice that CI passed. ✅ |
@@ -31,7 +31,7 @@ def find_stub_files(name: str) -> List[str]: | |||
] | |||
|
|||
extras_require = { | |||
"compatible-mypy": ["mypy>=0.991,<1.0"], | |||
"compatible-mypy": ["mypy>=1.0,<1.1"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to bump the minimum, or is that the policy? Seems like there's no braking changes here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only affects those that use django-stubs[compatible-mypy]
, yes we bump lower bound in that case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, nvm me, I'm blind 😇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks a lot!
Nice one! |
Nice! Is there a new release planned? |
@noamcohen97 See #1363 |
I have made things!
Upgrade to Mypy 1.0
Related issues
Refs python/mypy#13685