We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7c170 commit 6b0e848Copy full SHA for 6b0e848
test-data/unit/cmdline.test
@@ -1249,6 +1249,10 @@ Found 1 error in 1 file (errors prevented further checking)
1249
pkg/x.py:1: error: invalid syntax. Perhaps you forgot a comma?
1250
Found 1 error in 1 file (errors prevented further checking)
1251
== Return code: 2
1252
+[out version>=3.10.3]
1253
+pkg/x.py:1: error: invalid syntax
1254
+Found 1 error in 1 file (errors prevented further checking)
1255
+== Return code: 2
1256
1257
[case testCmdlinePackageAndFile]
1258
# cmd: mypy -p pkg file
0 commit comments