diff --git a/.github/pyright-matcher.json b/.github/pyright-matcher.json index 2c328fb86..95bd3a8e0 100644 --- a/.github/pyright-matcher.json +++ b/.github/pyright-matcher.json @@ -4,7 +4,7 @@ "owner": "pyright", "pattern": [ { - "regexp": "^(\\s\\s\\S*\\.py):(\\d+):(\\d+)\\s-\\s(error|warning|information):([\\s\\S]+?)(?=(?:^\\s\\s\\S*\\.py:\\d+:\\d+\\s-\\s(?:error|warning|information):|\\z))", + "regexp": "^\\s\\s(\\S*\\.py):(\\d+):(\\d+)\\s-\\s(error|warning|information):([\\s\\S]+?)(?=(?:^\\s\\s\\S*\\.py:\\d+:\\d+\\s-\\s(?:error|warning|information):|\\z))", "file": 1, "line": 2, "column": 3,