There was an error while loading. Please reload this page.
1 parent c867b09 commit b155824Copy full SHA for b155824
src/pytest_mypy_testing/message.py
@@ -74,7 +74,7 @@ class Message:
74
)
75
76
OUTPUT_RE = re.compile(
77
- r"^(?P<fname>[^:]+):"
+ r"^(?P<fname>([a-zA-Z]:)?[^:]+):"
78
r"(?P<lineno>[0-9]+):"
79
r"((?P<colno>[0-9]+):)?"
80
r" *(?P<severity>(error|note|warning)):"
0 commit comments