chore: format

This commit is contained in:
Amin Yahyaabadi 2021-11-21 17:08:16 -06:00
parent 8ffd439c10
commit 531e651d16
1 changed files with 14 additions and 14 deletions

28
.github/python.json vendored
View File

@ -1,18 +1,18 @@
{ {
"problemMatcher": [ "problemMatcher": [
{
"owner": "python",
"pattern": [
{ {
"owner": "python", "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
"pattern": [ "file": 1,
{ "line": 2
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$", },
"file": 1, {
"line": 2 "regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
}, "message": 2
{
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"message": 2
}
]
} }
] ]
}
]
} }