Files
create/.github/problemMatcher/blackWarning.json
2025-03-05 21:04:33 -06:00

16 lines
323 B
JSON

{
"problemMatcher": [
{
"owner": "black-warning",
"severity": "warning",
"pattern": [
{
"regexp": "^(would reformat (.*))$",
"file": 2,
"message": 1
}
]
}
]
}