mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-05 09:29:42 +01:00
17 lines
266 B
JSON
17 lines
266 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "mypy",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):(\\d+):\\s(error|warning):\\s(.+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"severity": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|