-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 validation fails as of 0.35.0 #176
Comments
Thank you for pointing this out! You’re correct that the To maintain compatibility, I’ll roll back the changes involving this syntax in the upcoming bugfix patch version. It should be a straightforward fix, and I’ll update the issue once the patch is released. If you have any other concerns or suggestions, feel free to share. Thanks again for helping me catch this! |
cool, thanks very much for the explanation + quick response! |
I hit the same error, but for a different file. I didn't see it in the 0.35.1 PR so I figured I should mention it.
|
Switching from v0.34.0 -> v0.35.0 starts raising this error:
I checked pip was on newest for both, didn't seem to make a difference.
Minimal reproduction:
test_proj/main.py
pyproject.toml
tox.ini
Run with
The text was updated successfully, but these errors were encountered: