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 c81b3c2 commit ae8d238Copy full SHA for ae8d238
pylsp_mypy/plugin.py
@@ -64,7 +64,7 @@
64
# Windows started opening opening a cmd-like window for every subprocess call
65
# This flag prevents that.
66
# This flag is new in python 3.7
67
-# This flag only exists on Windows
+# This flag only exists on Windows, hence the 'type: ignore[attr-defined]' below.
68
class WindowsFlag(TypedDict, total=False):
69
creationflags: int
70
0 commit comments