You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this change, the test would yield "mypy.ini: No [mypy] section in
config file" because of the double closing bracket.
This is caused by a fix for https://bugs.python.org/issue38741 that is
included in Python 3.10:
python/cpython@1cc6769
0 commit comments