-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
AttributeError: 'list' object has no attribute 'split' #11851
Comments
Pretty convinced this is just And using the mypy configuration syntax doesn't work either:
Until I figure out what the new syntax should be. |
For what it's worth, you may wish to follow the progress of #11828 (Though it looks like you want a multiline string for 0.930) |
Yepp that looks like it will bring back the list support for |
Pin mypy to at least current version due to a bug: python/mypy#11851
Yup, the solution here is using 0.931 |
Crash Report
I suspect this is another one for #10201.
Mainly because I'm using Python v3.10.1 and this worked a few versions ago.
While running a github workflow,
mypy
crashes usingmypy --module x --strict
.Traceback
This traceback is from the .github workflow execution:
To Reproduce
This is the following workflow file I'm using:
Your Environment
0.930
(v0.910 worked)-m project --strict
mypy.ini
(and other config files):3.10.1
The text was updated successfully, but these errors were encountered: