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: mypy/fastparse.py
+4-1
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,10 @@ def ast3_parse(
140
140
) ->AST:
141
141
# Hack to support "mypy: ignore" comments until the builtin compile function changes to allow us to detect it otherwise:
142
142
# (does not apply at the start of the line to avoid conflicting with mypy file configuration comments https://mypy.readthedocs.io/en/stable/inline_config.html ; see also, util.get_mypy_comments in this codebase)
0 commit comments