From 531e651d1603d848110ddfa3832da0055573adb8 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 21 Nov 2021 17:08:16 -0600 Subject: [PATCH] chore: format --- .github/python.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/python.json b/.github/python.json index 9c3095c0..3e5d8d5b 100644 --- a/.github/python.json +++ b/.github/python.json @@ -1,18 +1,18 @@ { - "problemMatcher": [ + "problemMatcher": [ + { + "owner": "python", + "pattern": [ { - "owner": "python", - "pattern": [ - { - "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$", - "file": 1, - "line": 2 - }, - { - "regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$", - "message": 2 - } - ] + "regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$", + "file": 1, + "line": 2 + }, + { + "regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$", + "message": 2 } - ] + ] + } + ] }