diff --git a/.github/pyright-matcher.json b/.github/pyright-matcher.json index e250ea264..7cf248cea 100644 --- a/.github/pyright-matcher.json +++ b/.github/pyright-matcher.json @@ -3,10 +3,6 @@ { "owner": "pyright", "pattern": [ - { - "regexp": "^(\\S*\\.py)$", - "file": 1 - }, { "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,