Skip to content

Commit a868b5d

Browse files
committed
chore: update baseline
1 parent c63cd64 commit a868b5d

1 file changed

Lines changed: 35 additions & 45 deletions

File tree

.basedpyright/baseline.json

Lines changed: 35 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -962,34 +962,42 @@
962962
}
963963
},
964964
{
965-
"code": "reportAssignmentType",
965+
"code": "reportUnknownVariableType",
966966
"range": {
967-
"startColumn": 12,
968-
"endColumn": 27,
967+
"startColumn": 8,
968+
"endColumn": 15,
969969
"lineCount": 1
970970
}
971971
},
972972
{
973-
"code": "reportUnknownVariableType",
973+
"code": "reportUnknownArgumentType",
974974
"range": {
975-
"startColumn": 4,
976-
"endColumn": 9,
975+
"startColumn": 29,
976+
"endColumn": 36,
977977
"lineCount": 1
978978
}
979979
},
980980
{
981-
"code": "reportUnknownMemberType",
981+
"code": "reportUnknownArgumentType",
982+
"range": {
983+
"startColumn": 48,
984+
"endColumn": 55,
985+
"lineCount": 1
986+
}
987+
},
988+
{
989+
"code": "reportAssignmentType",
982990
"range": {
983991
"startColumn": 12,
984-
"endColumn": 23,
992+
"endColumn": 27,
985993
"lineCount": 1
986994
}
987995
},
988996
{
989-
"code": "reportUnknownArgumentType",
997+
"code": "reportArgumentType",
990998
"range": {
991-
"startColumn": 11,
992-
"endColumn": 16,
999+
"startColumn": 8,
1000+
"endColumn": 28,
9931001
"lineCount": 1
9941002
}
9951003
},
@@ -2457,6 +2465,14 @@
24572465
"lineCount": 1
24582466
}
24592467
},
2468+
{
2469+
"code": "reportUnknownArgumentType",
2470+
"range": {
2471+
"startColumn": 37,
2472+
"endColumn": 40,
2473+
"lineCount": 1
2474+
}
2475+
},
24602476
{
24612477
"code": "reportUnknownVariableType",
24622478
"range": {
@@ -4243,6 +4259,14 @@
42434259
"lineCount": 1
42444260
}
42454261
},
4262+
{
4263+
"code": "reportArgumentType",
4264+
"range": {
4265+
"startColumn": 70,
4266+
"endColumn": 75,
4267+
"lineCount": 1
4268+
}
4269+
},
42464270
{
42474271
"code": "reportUnknownVariableType",
42484272
"range": {
@@ -4683,14 +4707,6 @@
46834707
"lineCount": 1
46844708
}
46854709
},
4686-
{
4687-
"code": "reportArgumentType",
4688-
"range": {
4689-
"startColumn": 59,
4690-
"endColumn": 69,
4691-
"lineCount": 1
4692-
}
4693-
},
46944710
{
46954711
"code": "reportUnknownArgumentType",
46964712
"range": {
@@ -18826,24 +18842,6 @@
1882618842
}
1882718843
}
1882818844
],
18829-
"./pyopencl/cltypes.py": [
18830-
{
18831-
"code": "reportUnknownVariableType",
18832-
"range": {
18833-
"startColumn": 16,
18834-
"endColumn": 27,
18835-
"lineCount": 1
18836-
}
18837-
},
18838-
{
18839-
"code": "reportUnknownArgumentType",
18840-
"range": {
18841-
"startColumn": 36,
18842-
"endColumn": 81,
18843-
"lineCount": 1
18844-
}
18845-
}
18846-
],
1884718845
"./pyopencl/compyte/array.py": [
1884818846
{
1884918847
"code": "reportUnknownParameterType",
@@ -22775,14 +22773,6 @@
2277522773
"lineCount": 1
2277622774
}
2277722775
},
22778-
{
22779-
"code": "reportCallIssue",
22780-
"range": {
22781-
"startColumn": 11,
22782-
"endColumn": 82,
22783-
"lineCount": 1
22784-
}
22785-
},
2278622776
{
2278722777
"code": "reportCallIssue",
2278822778
"range": {

0 commit comments

Comments
 (0)