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 d2ad317 commit c3214b0Copy full SHA for c3214b0
pylsp_mypy/plugin.py
@@ -69,7 +69,7 @@ class WindowsFlag(TypedDict, total=False):
69
70
71
windows_flag: WindowsFlag = (
72
- {"creationflags": subprocess.CREATE_NO_WINDOW} if os.name == "nt" else {} # type: ignore
+ {"creationflags": subprocess.CREATE_NO_WINDOW} if os.name == "nt" else {} # type: ignore[attr-defined]
73
)
74
75
0 commit comments