Skip to content

Commit 1804b56

Browse files
authored
Merge pull request #2 from kylebarron/patch-1
Fix mypy regex
2 parents cb115bc + 2c38976 commit 1804b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matchers/mypy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"code": "E",
55
"pattern": [
66
{
7-
"regexp": "^(\\S*)(\\d+):(\\d+): ([a-z]+): (.*)$",
7+
"regexp": "^(\\S*):(\\d+):(\\d+): ([a-z]+): (.*)$",
88
"file": 1,
99
"column": 3,
1010
"line": 2,

0 commit comments

Comments
 (0)