@@ -61,7 +61,6 @@ unused-ignore-comment = \"warn\"
6161 . with_workspace ( workspace_root, None ) ?
6262 . with_file ( ty_toml, ty_toml_content) ?
6363 . with_file ( foo, foo_content) ?
64- . enable_pull_diagnostics ( true )
6564 . build ( )
6665 . wait_until_workspaces_are_initialized ( ) ;
6766
@@ -99,7 +98,6 @@ unused-ignore-comment = \"warn\"
9998 . with_workspace ( workspace_root, None ) ?
10099 . with_file ( ty_toml, ty_toml_content) ?
101100 . with_file ( foo, foo_content) ?
102- . enable_pull_diagnostics ( true )
103101 . build ( )
104102 . wait_until_workspaces_are_initialized ( ) ;
105103
@@ -138,7 +136,6 @@ x: Literal[1] = 1
138136 . with_workspace ( workspace_root, None ) ?
139137 . with_file ( ty_toml, ty_toml_content) ?
140138 . with_file ( foo, foo_content) ?
141- . enable_pull_diagnostics ( true )
142139 . build ( )
143140 . wait_until_workspaces_are_initialized ( ) ;
144141
@@ -175,7 +172,6 @@ def my_func(): ...
175172 . with_workspace ( workspace_root, None ) ?
176173 . with_file ( ty_toml, ty_toml_content) ?
177174 . with_file ( foo, foo_content) ?
178- . enable_pull_diagnostics ( true )
179175 . build ( )
180176 . wait_until_workspaces_are_initialized ( ) ;
181177
@@ -214,7 +210,6 @@ def my_func(): ...
214210 . with_workspace ( workspace_root, None ) ?
215211 . with_file ( ty_toml, ty_toml_content) ?
216212 . with_file ( foo, foo_content) ?
217- . enable_pull_diagnostics ( true )
218213 . build ( )
219214 . wait_until_workspaces_are_initialized ( ) ;
220215
@@ -250,7 +245,6 @@ x: typing.Literal[1] = 1
250245 . with_workspace ( workspace_root, None ) ?
251246 . with_file ( ty_toml, ty_toml_content) ?
252247 . with_file ( foo, foo_content) ?
253- . enable_pull_diagnostics ( true )
254248 . build ( )
255249 . wait_until_workspaces_are_initialized ( ) ;
256250
@@ -287,7 +281,6 @@ html.parser
287281 . with_workspace ( workspace_root, None ) ?
288282 . with_file ( ty_toml, ty_toml_content) ?
289283 . with_file ( foo, foo_content) ?
290- . enable_pull_diagnostics ( true )
291284 . build ( )
292285 . wait_until_workspaces_are_initialized ( ) ;
293286
0 commit comments