From f66134ae55fd5730c9733036fc818ae100d6020f Mon Sep 17 00:00:00 2001 From: Salomon Popp Date: Wed, 3 Apr 2024 16:36:06 +0200 Subject: [PATCH] Remove first pattern --- .github/pyright-matcher.json | 4 ---- 1 file changed, 4 deletions(-) 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,