Skip to content

Commit 531e651

Browse files
committed
chore: format
1 parent 8ffd439 commit 531e651

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/python.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"problemMatcher": [
2+
"problemMatcher": [
3+
{
4+
"owner": "python",
5+
"pattern": [
36
{
4-
"owner": "python",
5-
"pattern": [
6-
{
7-
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
8-
"file": 1,
9-
"line": 2
10-
},
11-
{
12-
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
13-
"message": 2
14-
}
15-
]
7+
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
8+
"file": 1,
9+
"line": 2
10+
},
11+
{
12+
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
13+
"message": 2
1614
}
17-
]
15+
]
16+
}
17+
]
1818
}

0 commit comments

Comments
 (0)