Skip to content

Commit 7ff01f6

Browse files
committed
chore: update baseline
1 parent 2b56159 commit 7ff01f6

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.basedpyright/baseline.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12538,7 +12538,7 @@
1253812538
}
1253912539
},
1254012540
{
12541-
"code": "reportUnknownVariableType",
12541+
"code": "reportAny",
1254212542
"range": {
1254312543
"startColumn": 12,
1254412544
"endColumn": 35,
@@ -12602,7 +12602,7 @@
1260212602
}
1260312603
},
1260412604
{
12605-
"code": "reportUnknownArgumentType",
12605+
"code": "reportAny",
1260612606
"range": {
1260712607
"startColumn": 34,
1260812608
"endColumn": 57,
@@ -12706,7 +12706,7 @@
1270612706
}
1270712707
},
1270812708
{
12709-
"code": "reportUnknownVariableType",
12709+
"code": "reportAny",
1271012710
"range": {
1271112711
"startColumn": 12,
1271212712
"endColumn": 35,
@@ -12754,7 +12754,7 @@
1275412754
}
1275512755
},
1275612756
{
12757-
"code": "reportUnknownArgumentType",
12757+
"code": "reportAny",
1275812758
"range": {
1275912759
"startColumn": 37,
1276012760
"endColumn": 60,
@@ -18943,14 +18943,6 @@
1894318943
"lineCount": 1
1894418944
}
1894518945
},
18946-
{
18947-
"code": "reportIncompatibleMethodOverride",
18948-
"range": {
18949-
"startColumn": 8,
18950-
"endColumn": 18,
18951-
"lineCount": 1
18952-
}
18953-
},
1895418946
{
1895518947
"code": "reportImplicitOverride",
1895618948
"range": {
@@ -19367,14 +19359,6 @@
1936719359
"lineCount": 1
1936819360
}
1936919361
},
19370-
{
19371-
"code": "reportIncompatibleMethodOverride",
19372-
"range": {
19373-
"startColumn": 8,
19374-
"endColumn": 18,
19375-
"lineCount": 1
19376-
}
19377-
},
1937819362
{
1937919363
"code": "reportImplicitOverride",
1938019364
"range": {
@@ -29601,6 +29585,14 @@
2960129585
"lineCount": 1
2960229586
}
2960329587
},
29588+
{
29589+
"code": "reportAbstractUsage",
29590+
"range": {
29591+
"startColumn": 19,
29592+
"endColumn": 18,
29593+
"lineCount": 4
29594+
}
29595+
},
2960429596
{
2960529597
"code": "reportCallIssue",
2960629598
"range": {
@@ -29729,6 +29721,14 @@
2972929721
"lineCount": 1
2973029722
}
2973129723
},
29724+
{
29725+
"code": "reportAbstractUsage",
29726+
"range": {
29727+
"startColumn": 19,
29728+
"endColumn": 18,
29729+
"lineCount": 4
29730+
}
29731+
},
2973229732
{
2973329733
"code": "reportCallIssue",
2973429734
"range": {

0 commit comments

Comments
 (0)