1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Add problem matcher for Python formatting errors (#2833)

This commit is contained in:
Oxan van Leeuwen
2021-12-01 05:12:14 +01:00
committed by GitHub
parent cbc1334b8d
commit bfeb0b3639

View File

@@ -1,5 +1,16 @@
{
"problemMatcher": [
{
"owner": "black",
"severity": "error",
"pattern": [
{
"regexp": "^(.*): (Please format this file with the black formatter)",
"file": 1,
"message": 2
}
]
},
{
"owner": "flake8",
"severity": "error",