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 d7bc90a commit 79ab01bCopy full SHA for 79ab01b
pylsp_mypy/plugin.py
@@ -70,7 +70,7 @@ class WindowsFlag(TypedDict, total=False):
70
71
72
windows_flag: WindowsFlag = (
73
- {"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]
74
)
75
76
0 commit comments