File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,19 +91,19 @@ def foo():
9191 return
9292 unreachable = 1
9393"""
94- DOC_ERR_MSG = ' Statement is unreachable'
94+ DOC_ERR_MSG = " Statement is unreachable"
9595
9696 # Initialize two workspace folders.
97- folder1 = tmpdir .mkdir (' folder1' )
97+ folder1 = tmpdir .mkdir (" folder1" )
9898 ws1 = Workspace (uris .from_fs_path (str (folder1 )), Mock ())
9999 ws1 ._config = Config (ws1 .root_uri , {}, 0 , {})
100- folder2 = tmpdir .mkdir (' folder2' )
100+ folder2 = tmpdir .mkdir (" folder2" )
101101 ws2 = Workspace (uris .from_fs_path (str (folder2 )), Mock ())
102102 ws2 ._config = Config (ws2 .root_uri , {}, 0 , {})
103103
104104 # Create configuration file for workspace folder 1.
105- mypy_config = folder1 .join (' mypy.ini' )
106- mypy_config .write (' [mypy]\n warn_unreachable = True' )
105+ mypy_config = folder1 .join (" mypy.ini" )
106+ mypy_config .write (" [mypy]\n warn_unreachable = True" )
107107
108108 # Initialize settings for both folders.
109109 plugin .pylsp_settings (ws1 ._config )
You can’t perform that action at this time.
0 commit comments