From b6463dff574c9f1eeb71386ab176a2ce0baccb2c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 26 Oct 2025 21:53:00 -0500 Subject: [PATCH] Update baseline --- .basedpyright/baseline.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.basedpyright/baseline.json b/.basedpyright/baseline.json index 594d6078..3aa3bf72 100644 --- a/.basedpyright/baseline.json +++ b/.basedpyright/baseline.json @@ -989,6 +989,30 @@ "lineCount": 1 } }, + { + "code": "reportUnknownParameterType", + "range": { + "startColumn": 4, + "endColumn": 16, + "lineCount": 1 + } + }, + { + "code": "reportUnknownVariableType", + "range": { + "startColumn": 15, + "endColumn": 59, + "lineCount": 1 + } + }, + { + "code": "reportUnknownVariableType", + "range": { + "startColumn": 19, + "endColumn": 27, + "lineCount": 3 + } + }, { "code": "reportAny", "range": {