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: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Configuration
43
43
For each directory searched for the mypy config file, this also searches the sub paths specified here
44
44
45
45
``report_progress`` (default is ``False``) report basic progress to the LSP client.
46
-
With this option, pylsp-mypy will report when mypy is running, given you editor supports LSP progress reporting. For small files this might produce annoying flashing in your editor, espacially in with ``live_mode``. For large projects, enabling this can be helpfull to assure yourself whether mypy is still running.
46
+
With this option, pylsp-mypy will report when mypy is running, given your editor supports LSP progress reporting. For small files this might produce annoying flashing in your editor, especially in with ``live_mode``. For large projects, enabling this can be helpful to assure yourself whether mypy is still running.
47
47
48
48
This project supports the use of ``pyproject.toml`` for configuration. It is in fact the preferred way. Using that your configuration could look like this:
0 commit comments