Skip to content

Commit 3c561c5

Browse files
committed
Update baseline
1 parent 5229d12 commit 3c561c5

File tree

1 file changed

+23
-31
lines changed

1 file changed

+23
-31
lines changed

.basedpyright/baseline.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@
19561956
}
19571957
},
19581958
{
1959-
"code": "reportAny",
1959+
"code": "reportUnknownParameterType",
19601960
"range": {
19611961
"startColumn": 4,
19621962
"endColumn": 15,
@@ -1980,7 +1980,7 @@
19801980
}
19811981
},
19821982
{
1983-
"code": "reportAny",
1983+
"code": "reportUnknownVariableType",
19841984
"range": {
19851985
"startColumn": 11,
19861986
"endColumn": 41,
@@ -2092,15 +2092,15 @@
20922092
}
20932093
},
20942094
{
2095-
"code": "reportAny",
2095+
"code": "reportArgumentType",
20962096
"range": {
2097-
"startColumn": 11,
2098-
"endColumn": 35,
2097+
"startColumn": 18,
2098+
"endColumn": 21,
20992099
"lineCount": 1
21002100
}
21012101
},
21022102
{
2103-
"code": "reportAny",
2103+
"code": "reportUnknownParameterType",
21042104
"range": {
21052105
"startColumn": 4,
21062106
"endColumn": 11,
@@ -2124,13 +2124,29 @@
21242124
}
21252125
},
21262126
{
2127-
"code": "reportAny",
2127+
"code": "reportUnknownVariableType",
2128+
"range": {
2129+
"startColumn": 25,
2130+
"endColumn": 28,
2131+
"lineCount": 1
2132+
}
2133+
},
2134+
{
2135+
"code": "reportUnknownVariableType",
21282136
"range": {
21292137
"startColumn": 11,
21302138
"endColumn": 43,
21312139
"lineCount": 1
21322140
}
21332141
},
2142+
{
2143+
"code": "reportUnknownArgumentType",
2144+
"range": {
2145+
"startColumn": 18,
2146+
"endColumn": 21,
2147+
"lineCount": 1
2148+
}
2149+
},
21342150
{
21352151
"code": "reportUnknownArgumentType",
21362152
"range": {
@@ -5449,14 +5465,6 @@
54495465
"lineCount": 1
54505466
}
54515467
},
5452-
{
5453-
"code": "reportUnknownParameterType",
5454-
"range": {
5455-
"startColumn": 4,
5456-
"endColumn": 25,
5457-
"lineCount": 1
5458-
}
5459-
},
54605468
{
54615469
"code": "reportUnknownParameterType",
54625470
"range": {
@@ -5529,29 +5537,13 @@
55295537
"lineCount": 1
55305538
}
55315539
},
5532-
{
5533-
"code": "reportUnknownVariableType",
5534-
"range": {
5535-
"startColumn": 8,
5536-
"endColumn": 14,
5537-
"lineCount": 1
5538-
}
5539-
},
55405540
{
55415541
"code": "reportAny",
55425542
"range": {
55435543
"startColumn": 40,
55445544
"endColumn": 43,
55455545
"lineCount": 1
55465546
}
5547-
},
5548-
{
5549-
"code": "reportUnknownVariableType",
5550-
"range": {
5551-
"startColumn": 11,
5552-
"endColumn": 17,
5553-
"lineCount": 1
5554-
}
55555547
}
55565548
],
55575549
"./pytools/mpi.py": [

0 commit comments

Comments
 (0)