Skip to content

Commit 93a912d

Browse files
committed
Update baseline
1 parent 602660b commit 93a912d

File tree

1 file changed

+72
-16
lines changed

1 file changed

+72
-16
lines changed

.basedpyright/baseline.json

Lines changed: 72 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,22 @@
15371537
}
15381538
],
15391539
"./modepy/modes.py": [
1540+
{
1541+
"code": "reportCallIssue",
1542+
"range": {
1543+
"startColumn": 15,
1544+
"endColumn": 57,
1545+
"lineCount": 1
1546+
}
1547+
},
1548+
{
1549+
"code": "reportUnknownVariableType",
1550+
"range": {
1551+
"startColumn": 15,
1552+
"endColumn": 57,
1553+
"lineCount": 1
1554+
}
1555+
},
15401556
{
15411557
"code": "reportUnknownVariableType",
15421558
"range": {
@@ -1681,14 +1697,6 @@
16811697
"lineCount": 1
16821698
}
16831699
},
1684-
{
1685-
"code": "reportUnknownMemberType",
1686-
"range": {
1687-
"startColumn": 22,
1688-
"endColumn": 73,
1689-
"lineCount": 1
1690-
}
1691-
},
16921700
{
16931701
"code": "reportUnknownMemberType",
16941702
"range": {
@@ -4029,14 +4037,6 @@
40294037
"lineCount": 1
40304038
}
40314039
},
4032-
{
4033-
"code": "reportUnknownMemberType",
4034-
"range": {
4035-
"startColumn": 20,
4036-
"endColumn": 27,
4037-
"lineCount": 1
4038-
}
4039-
},
40404040
{
40414041
"code": "reportAny",
40424042
"range": {
@@ -4069,6 +4069,14 @@
40694069
"lineCount": 1
40704070
}
40714071
},
4072+
{
4073+
"code": "reportUnknownMemberType",
4074+
"range": {
4075+
"startColumn": 58,
4076+
"endColumn": 65,
4077+
"lineCount": 1
4078+
}
4079+
},
40724080
{
40734081
"code": "reportAny",
40744082
"range": {
@@ -4651,6 +4659,22 @@
46514659
"lineCount": 1
46524660
}
46534661
},
4662+
{
4663+
"code": "reportUnknownMemberType",
4664+
"range": {
4665+
"startColumn": 11,
4666+
"endColumn": 38,
4667+
"lineCount": 1
4668+
}
4669+
},
4670+
{
4671+
"code": "reportUnknownVariableType",
4672+
"range": {
4673+
"startColumn": 11,
4674+
"endColumn": 40,
4675+
"lineCount": 1
4676+
}
4677+
},
46544678
{
46554679
"code": "reportUnknownMemberType",
46564680
"range": {
@@ -4815,6 +4839,14 @@
48154839
"lineCount": 1
48164840
}
48174841
},
4842+
{
4843+
"code": "reportUnknownMemberType",
4844+
"range": {
4845+
"startColumn": 27,
4846+
"endColumn": 34,
4847+
"lineCount": 1
4848+
}
4849+
},
48184850
{
48194851
"code": "reportUnknownVariableType",
48204852
"range": {
@@ -4823,6 +4855,14 @@
48234855
"lineCount": 1
48244856
}
48254857
},
4858+
{
4859+
"code": "reportUnknownMemberType",
4860+
"range": {
4861+
"startColumn": 28,
4862+
"endColumn": 35,
4863+
"lineCount": 1
4864+
}
4865+
},
48264866
{
48274867
"code": "reportAny",
48284868
"range": {
@@ -9777,6 +9817,22 @@
97779817
"lineCount": 1
97789818
}
97799819
},
9820+
{
9821+
"code": "reportUnknownVariableType",
9822+
"range": {
9823+
"startColumn": 16,
9824+
"endColumn": 35,
9825+
"lineCount": 1
9826+
}
9827+
},
9828+
{
9829+
"code": "reportUnknownMemberType",
9830+
"range": {
9831+
"startColumn": 38,
9832+
"endColumn": 69,
9833+
"lineCount": 1
9834+
}
9835+
},
97809836
{
97819837
"code": "reportUnknownArgumentType",
97829838
"range": {

0 commit comments

Comments
 (0)