Skip to content

Commit 8255687

Browse files
committed
Update baseline
1 parent d33b19f commit 8255687

File tree

1 file changed

+68
-18
lines changed

1 file changed

+68
-18
lines changed

.basedpyright/baseline.json

Lines changed: 68 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7603,14 +7603,6 @@
76037603
"lineCount": 1
76047604
}
76057605
},
7606-
{
7607-
"code": "reportUnknownArgumentType",
7608-
"range": {
7609-
"startColumn": 48,
7610-
"endColumn": 64,
7611-
"lineCount": 1
7612-
}
7613-
},
76147606
{
76157607
"code": "reportUnknownParameterType",
76167608
"range": {
@@ -7667,6 +7659,14 @@
76677659
"lineCount": 1
76687660
}
76697661
},
7662+
{
7663+
"code": "reportArgumentType",
7664+
"range": {
7665+
"startColumn": 52,
7666+
"endColumn": 57,
7667+
"lineCount": 1
7668+
}
7669+
},
76707670
{
76717671
"code": "reportUnknownVariableType",
76727672
"range": {
@@ -7779,6 +7779,14 @@
77797779
"lineCount": 1
77807780
}
77817781
},
7782+
{
7783+
"code": "reportArgumentType",
7784+
"range": {
7785+
"startColumn": 42,
7786+
"endColumn": 47,
7787+
"lineCount": 1
7788+
}
7789+
},
77827790
{
77837791
"code": "reportUnknownParameterType",
77847792
"range": {
@@ -7907,6 +7915,14 @@
79077915
"lineCount": 1
79087916
}
79097917
},
7918+
{
7919+
"code": "reportArgumentType",
7920+
"range": {
7921+
"startColumn": 42,
7922+
"endColumn": 47,
7923+
"lineCount": 1
7924+
}
7925+
},
79107926
{
79117927
"code": "reportUnknownParameterType",
79127928
"range": {
@@ -7955,6 +7971,14 @@
79557971
"lineCount": 1
79567972
}
79577973
},
7974+
{
7975+
"code": "reportArgumentType",
7976+
"range": {
7977+
"startColumn": 42,
7978+
"endColumn": 47,
7979+
"lineCount": 1
7980+
}
7981+
},
79587982
{
79597983
"code": "reportUnknownParameterType",
79607984
"range": {
@@ -8059,6 +8083,14 @@
80598083
"lineCount": 1
80608084
}
80618085
},
8086+
{
8087+
"code": "reportCallIssue",
8088+
"range": {
8089+
"startColumn": 69,
8090+
"endColumn": 70,
8091+
"lineCount": 1
8092+
}
8093+
},
80628094
{
80638095
"code": "reportUnknownVariableType",
80648096
"range": {
@@ -8188,15 +8220,7 @@
81888220
}
81898221
},
81908222
{
8191-
"code": "reportArgumentType",
8192-
"range": {
8193-
"startColumn": 70,
8194-
"endColumn": 75,
8195-
"lineCount": 1
8196-
}
8197-
},
8198-
{
8199-
"code": "reportArgumentType",
8223+
"code": "reportCallIssue",
82008224
"range": {
82018225
"startColumn": 70,
82028226
"endColumn": 75,
@@ -8292,7 +8316,7 @@
82928316
}
82938317
},
82948318
{
8295-
"code": "reportArgumentType",
8319+
"code": "reportCallIssue",
82968320
"range": {
82978321
"startColumn": 56,
82988322
"endColumn": 80,
@@ -8771,6 +8795,14 @@
87718795
"lineCount": 1
87728796
}
87738797
},
8798+
{
8799+
"code": "reportArgumentType",
8800+
"range": {
8801+
"startColumn": 64,
8802+
"endColumn": 69,
8803+
"lineCount": 1
8804+
}
8805+
},
87748806
{
87758807
"code": "reportUnusedParameter",
87768808
"range": {
@@ -24794,6 +24826,24 @@
2479424826
}
2479524827
}
2479624828
],
24829+
"./pyopencl/cltypes.py": [
24830+
{
24831+
"code": "reportUnknownVariableType",
24832+
"range": {
24833+
"startColumn": 16,
24834+
"endColumn": 27,
24835+
"lineCount": 1
24836+
}
24837+
},
24838+
{
24839+
"code": "reportUnknownArgumentType",
24840+
"range": {
24841+
"startColumn": 36,
24842+
"endColumn": 81,
24843+
"lineCount": 1
24844+
}
24845+
}
24846+
],
2479724847
"./pyopencl/compyte/array.py": [
2479824848
{
2479924849
"code": "reportUnknownParameterType",

0 commit comments

Comments
 (0)