Skip to content

Commit 3ade11d

Browse files
committed
Update baseline
1 parent ed01acb commit 3ade11d

1 file changed

Lines changed: 12 additions & 28 deletions

File tree

.basedpyright/baseline.json

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,6 @@
303303
"lineCount": 1
304304
}
305305
},
306-
{
307-
"code": "reportArgumentType",
308-
"range": {
309-
"startColumn": 38,
310-
"endColumn": 40,
311-
"lineCount": 1
312-
}
313-
},
314306
{
315307
"code": "reportPossiblyUnboundVariable",
316308
"range": {
@@ -326,14 +318,6 @@
326318
"endColumn": 16,
327319
"lineCount": 1
328320
}
329-
},
330-
{
331-
"code": "reportArgumentType",
332-
"range": {
333-
"startColumn": 30,
334-
"endColumn": 32,
335-
"lineCount": 1
336-
}
337321
}
338322
],
339323
"./examples/stringifier.py": [
@@ -12792,10 +12776,18 @@
1279212776
}
1279312777
},
1279412778
{
12795-
"code": "reportArgumentType",
12779+
"code": "reportUnknownMemberType",
1279612780
"range": {
12797-
"startColumn": 38,
12798-
"endColumn": 40,
12781+
"startColumn": 43,
12782+
"endColumn": 57,
12783+
"lineCount": 1
12784+
}
12785+
},
12786+
{
12787+
"code": "reportUnknownArgumentType",
12788+
"range": {
12789+
"startColumn": 43,
12790+
"endColumn": 57,
1279912791
"lineCount": 1
1280012792
}
1280112793
},
@@ -12824,7 +12816,7 @@
1282412816
}
1282512817
},
1282612818
{
12827-
"code": "reportArgumentType",
12819+
"code": "reportUnknownArgumentType",
1282812820
"range": {
1282912821
"startColumn": 30,
1283012822
"endColumn": 32,
@@ -16339,14 +16331,6 @@
1633916331
"lineCount": 1
1634016332
}
1634116333
},
16342-
{
16343-
"code": "reportGeneralTypeIssues",
16344-
"range": {
16345-
"startColumn": 12,
16346-
"endColumn": 13,
16347-
"lineCount": 1
16348-
}
16349-
},
1635016334
{
1635116335
"code": "reportUnannotatedClassAttribute",
1635216336
"range": {

0 commit comments

Comments
 (0)