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
Copy file name to clipboardExpand all lines: test-data/unit/cmdline.test
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1458,3 +1458,11 @@ test.py:4: error: Missing type parameters for generic type "_PathLike"
1458
1458
test.py:4: note: Subscripting classes that are not generic at runtime may require escaping, see https://mypy.readthedocs.io/en/latest/common_issues.html#not-generic-runtime
1459
1459
test.py:5: error: Missing type parameters for generic type "Queue"
1460
1460
test.py:5: note: Subscripting classes that are not generic at runtime may require escaping, see https://mypy.readthedocs.io/en/latest/common_issues.html#not-generic-runtime
1461
+
1462
+
[case testErrorMessageWhenOpenPydFile]
1463
+
# cmd: mypy a.pyd
1464
+
[file a.pyd]
1465
+
# coding: uft-8
1466
+
[out]
1467
+
mypy: stubgen does not support .pyd files: 'a.pyd'
0 commit comments