Skip to content

Commit 0ea2f2f

Browse files
committed
Update baseline
1 parent d3e50fd commit 0ea2f2f

File tree

1 file changed

+109
-21
lines changed

1 file changed

+109
-21
lines changed

.basedpyright/baseline.json

Lines changed: 109 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -889,14 +889,6 @@
889889
"lineCount": 1
890890
}
891891
},
892-
{
893-
"code": "reportUnknownMemberType",
894-
"range": {
895-
"startColumn": 36,
896-
"endColumn": 44,
897-
"lineCount": 1
898-
}
899-
},
900892
{
901893
"code": "reportAny",
902894
"range": {
@@ -2837,6 +2829,14 @@
28372829
"lineCount": 1
28382830
}
28392831
},
2832+
{
2833+
"code": "reportUnknownMemberType",
2834+
"range": {
2835+
"startColumn": 19,
2836+
"endColumn": 40,
2837+
"lineCount": 1
2838+
}
2839+
},
28402840
{
28412841
"code": "reportAny",
28422842
"range": {
@@ -2853,14 +2853,6 @@
28532853
"lineCount": 1
28542854
}
28552855
},
2856-
{
2857-
"code": "reportUnknownParameterType",
2858-
"range": {
2859-
"startColumn": 8,
2860-
"endColumn": 14,
2861-
"lineCount": 1
2862-
}
2863-
},
28642856
{
28652857
"code": "reportAny",
28662858
"range": {
@@ -2894,18 +2886,26 @@
28942886
}
28952887
},
28962888
{
2897-
"code": "reportUnknownVariableType",
2889+
"code": "reportAny",
28982890
"range": {
2899-
"startColumn": 15,
2900-
"endColumn": 41,
2891+
"startColumn": 55,
2892+
"endColumn": 59,
29012893
"lineCount": 1
29022894
}
29032895
},
29042896
{
29052897
"code": "reportAny",
29062898
"range": {
2907-
"startColumn": 26,
2908-
"endColumn": 30,
2899+
"startColumn": 55,
2900+
"endColumn": 59,
2901+
"lineCount": 1
2902+
}
2903+
},
2904+
{
2905+
"code": "reportAny",
2906+
"range": {
2907+
"startColumn": 55,
2908+
"endColumn": 59,
29092909
"lineCount": 1
29102910
}
29112911
},
@@ -5877,6 +5877,30 @@
58775877
"lineCount": 3
58785878
}
58795879
},
5880+
{
5881+
"code": "reportUnknownMemberType",
5882+
"range": {
5883+
"startColumn": 16,
5884+
"endColumn": 44,
5885+
"lineCount": 1
5886+
}
5887+
},
5888+
{
5889+
"code": "reportUnknownMemberType",
5890+
"range": {
5891+
"startColumn": 16,
5892+
"endColumn": 44,
5893+
"lineCount": 1
5894+
}
5895+
},
5896+
{
5897+
"code": "reportUnknownMemberType",
5898+
"range": {
5899+
"startColumn": 12,
5900+
"endColumn": 40,
5901+
"lineCount": 1
5902+
}
5903+
},
58805904
{
58815905
"code": "reportUnknownVariableType",
58825906
"range": {
@@ -5901,6 +5925,38 @@
59015925
"lineCount": 1
59025926
}
59035927
},
5928+
{
5929+
"code": "reportUnknownMemberType",
5930+
"range": {
5931+
"startColumn": 12,
5932+
"endColumn": 40,
5933+
"lineCount": 1
5934+
}
5935+
},
5936+
{
5937+
"code": "reportUnknownArgumentType",
5938+
"range": {
5939+
"startColumn": 58,
5940+
"endColumn": 64,
5941+
"lineCount": 1
5942+
}
5943+
},
5944+
{
5945+
"code": "reportUnknownMemberType",
5946+
"range": {
5947+
"startColumn": 12,
5948+
"endColumn": 40,
5949+
"lineCount": 1
5950+
}
5951+
},
5952+
{
5953+
"code": "reportUnknownArgumentType",
5954+
"range": {
5955+
"startColumn": 66,
5956+
"endColumn": 72,
5957+
"lineCount": 1
5958+
}
5959+
},
59045960
{
59055961
"code": "reportUnknownVariableType",
59065962
"range": {
@@ -5917,6 +5973,38 @@
59175973
"lineCount": 1
59185974
}
59195975
},
5976+
{
5977+
"code": "reportUnknownMemberType",
5978+
"range": {
5979+
"startColumn": 12,
5980+
"endColumn": 40,
5981+
"lineCount": 1
5982+
}
5983+
},
5984+
{
5985+
"code": "reportUnknownArgumentType",
5986+
"range": {
5987+
"startColumn": 67,
5988+
"endColumn": 73,
5989+
"lineCount": 1
5990+
}
5991+
},
5992+
{
5993+
"code": "reportUnknownMemberType",
5994+
"range": {
5995+
"startColumn": 12,
5996+
"endColumn": 40,
5997+
"lineCount": 1
5998+
}
5999+
},
6000+
{
6001+
"code": "reportUnknownArgumentType",
6002+
"range": {
6003+
"startColumn": 44,
6004+
"endColumn": 50,
6005+
"lineCount": 1
6006+
}
6007+
},
59206008
{
59216009
"code": "reportUnknownMemberType",
59226010
"range": {

0 commit comments

Comments
 (0)