Skip to content

Commit 5c35d44

Browse files
committed
Update baseline
1 parent a3a8d63 commit 5c35d44

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.basedpyright/baseline.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"endColumn": 14,
1717
"lineCount": 1
1818
}
19+
},
20+
{
21+
"code": "reportCallIssue",
22+
"range": {
23+
"startColumn": 13,
24+
"endColumn": 78,
25+
"lineCount": 1
26+
}
1927
}
2028
],
2129
"./examples/expansion-toys.py": [
@@ -43111,22 +43119,6 @@
4311143119
"lineCount": 1
4311243120
}
4311343121
},
43114-
{
43115-
"code": "reportMissingTypeStubs",
43116-
"range": {
43117-
"startColumn": 17,
43118-
"endColumn": 30,
43119-
"lineCount": 1
43120-
}
43121-
},
43122-
{
43123-
"code": "reportUnknownMemberType",
43124-
"range": {
43125-
"startColumn": 39,
43126-
"endColumn": 64,
43127-
"lineCount": 1
43128-
}
43129-
},
4313043122
{
4313143123
"code": "reportUnknownMemberType",
4313243124
"range": {
@@ -43135,14 +43127,6 @@
4313543127
"lineCount": 1
4313643128
}
4313743129
},
43138-
{
43139-
"code": "reportAttributeAccessIssue",
43140-
"range": {
43141-
"startColumn": 57,
43142-
"endColumn": 64,
43143-
"lineCount": 1
43144-
}
43145-
},
4314643130
{
4314743131
"code": "reportUnannotatedClassAttribute",
4314843132
"range": {
@@ -43288,10 +43272,18 @@
4328843272
}
4328943273
},
4329043274
{
43291-
"code": "reportMissingTypeStubs",
43275+
"code": "reportUnknownParameterType",
4329243276
"range": {
43293-
"startColumn": 13,
43294-
"endColumn": 26,
43277+
"startColumn": 8,
43278+
"endColumn": 13,
43279+
"lineCount": 1
43280+
}
43281+
},
43282+
{
43283+
"code": "reportUnknownParameterType",
43284+
"range": {
43285+
"startColumn": 12,
43286+
"endColumn": 22,
4329543287
"lineCount": 1
4329643288
}
4329743289
},
@@ -43328,10 +43320,18 @@
4332843320
}
4332943321
},
4333043322
{
43331-
"code": "reportAny",
43323+
"code": "reportUnknownArgumentType",
4333243324
"range": {
43333-
"startColumn": 16,
43334-
"endColumn": 22,
43325+
"startColumn": 38,
43326+
"endColumn": 44,
43327+
"lineCount": 1
43328+
}
43329+
},
43330+
{
43331+
"code": "reportUnknownArgumentType",
43332+
"range": {
43333+
"startColumn": 46,
43334+
"endColumn": 51,
4333543335
"lineCount": 1
4333643336
}
4333743337
},
@@ -52586,8 +52586,8 @@
5258652586
{
5258752587
"code": "reportUnknownArgumentType",
5258852588
"range": {
52589-
"startColumn": 59,
52590-
"endColumn": 66,
52589+
"startColumn": 61,
52590+
"endColumn": 68,
5259152591
"lineCount": 1
5259252592
}
5259352593
},

0 commit comments

Comments
 (0)