diff --git a/.basedpyright/baseline.json b/.basedpyright/baseline.json index 928c13b29..58ef71ffa 100644 --- a/.basedpyright/baseline.json +++ b/.basedpyright/baseline.json @@ -27913,14 +27913,6 @@ "lineCount": 1 } }, - { - "code": "reportAbstractUsage", - "range": { - "startColumn": 19, - "endColumn": 18, - "lineCount": 4 - } - }, { "code": "reportCallIssue", "range": { @@ -28049,14 +28041,6 @@ "lineCount": 1 } }, - { - "code": "reportAbstractUsage", - "range": { - "startColumn": 19, - "endColumn": 18, - "lineCount": 4 - } - }, { "code": "reportCallIssue", "range": { @@ -30939,6 +30923,14 @@ "lineCount": 1 } }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 16, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -30947,6 +30939,22 @@ "lineCount": 1 } }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 37, + "lineCount": 1 + } + }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 27, + "lineCount": 1 + } + }, { "code": "reportUnannotatedClassAttribute", "range": { @@ -30963,6 +30971,22 @@ "lineCount": 1 } }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 26, + "lineCount": 1 + } + }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 28, + "lineCount": 1 + } + }, { "code": "reportUnknownParameterType", "range": { @@ -30995,6 +31019,14 @@ "lineCount": 1 } }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 37, + "lineCount": 1 + } + }, { "code": "reportImplicitOverride", "range": { @@ -43539,6 +43571,48 @@ "lineCount": 1 } } + ], + "./test/testlib.py": [ + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 16, + "lineCount": 1 + } + }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 36, + "lineCount": 1 + } + }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 25, + "lineCount": 1 + } + }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 20, + "lineCount": 1 + } + }, + { + "code": "reportIncompatibleMethodOverride", + "range": { + "startColumn": 8, + "endColumn": 27, + "lineCount": 1 + } + } ] } } \ No newline at end of file