Merge 82009b3bde52ba09eae338d59adb1c06ac50c997 into 97aeb3efb8a852c559869050c7fb175b4efcc8cf

This commit is contained in:
Eric Wieser 2025-11-16 05:15:30 +05:00 committed by GitHub
commit 52859d3eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
.github/python.json vendored
View File

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