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 4a34b1d commit a13577dCopy full SHA for a13577d
pyls_mypy/plugin.py
@@ -7,7 +7,7 @@
7
from pyls import hookimpl
8
from sys import platform
9
10
-line_pattern = r"((?:^[a-z]:)[^:]+):(?:(\d+):)?(?:(\d+):)? (\w+): (.*)"
+line_pattern = r"((?:^[a-z]:)?[^:]+):(?:(\d+):)?(?:(\d+):)? (\w+): (.*)"
11
12
log = logging.getLogger(__name__)
13
0 commit comments