Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a43db commit 507a4f2Copy full SHA for 507a4f2
1 file changed
linter.py
@@ -53,7 +53,7 @@ class Mypy(PythonLinter):
53
54
regex = (
55
r'^(?P<filename>.+?):(?P<line>\d+):((?P<col>\d+):)?\s*'
56
- r'(?P<error_type>[^:]+):\s*(?P<message>.+?)(\s\s\[(?P<code>.+)\])?$'
+ r'(?P<error_type>[^:]+):\s(?P<message>.+?)(\s\s\[(?P<code>.+)\])?$'
57
)
58
line_col_base = (1, 1)
59
tempfile_suffix = 'py'
0 commit comments