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 006d1bf commit 2c38976Copy full SHA for 2c38976
matchers/mypy.json
@@ -4,7 +4,7 @@
4
"code": "E",
5
"pattern": [
6
{
7
- "regexp": "^(\\S*)(\\d+):(\\d+): ([a-z]+): (.*)$",
+ "regexp": "^(\\S*):(\\d+):(\\d+): ([a-z]+): (.*)$",
8
"file": 1,
9
"column": 3,
10
"line": 2,
0 commit comments