astral-sh-setup-uv/.github/python.json
Kevin Stillhammer 9e7793e600
Bump biome to v2
2025-08-12 22:08:44 +02:00

18 lines
336 B
JSON

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