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 b4009e4 commit 3a2fce5Copy full SHA for 3a2fce5
test-data/unit/check-incremental.test
@@ -1129,7 +1129,7 @@ tmp/m1.py:3: error: Argument 1 to "accepts_int" has incompatible type "str"; exp
1129
1130
[case testIncrementalSilentImportsWithInnerImports]
1131
# cmd: mypy -m main foo
1132
-# options: silent_imports
+# flags: --silent-imports
1133
1134
[file main.py]
1135
from foo import MyClass
@@ -1154,7 +1154,7 @@ tmp/main.py:3: error: Revealed type is 'Any'
1154
[case testIncrementalSilentImportsWithInnerImportsAndNewFile]
1155
1156
# cmd2: mypy -m main foo unrelated
1157
1158
1159
1160
0 commit comments