Skip to content

Commit ae8d238

Browse files
committed
Add a comment about 'type: ignore' for WindowsFlag
1 parent c81b3c2 commit ae8d238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp_mypy/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# Windows started opening opening a cmd-like window for every subprocess call
6565
# This flag prevents that.
6666
# This flag is new in python 3.7
67-
# This flag only exists on Windows
67+
# This flag only exists on Windows, hence the 'type: ignore[attr-defined]' below.
6868
class WindowsFlag(TypedDict, total=False):
6969
creationflags: int
7070

0 commit comments

Comments
 (0)