Skip to content

Commit 2c38976

Browse files
authored
Fix mypy regex
1 parent 006d1bf commit 2c38976

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)