Skip to content

Commit 0805823

Browse files
committed
Update baseline
1 parent e4a317b commit 0805823

1 file changed

Lines changed: 90 additions & 16 deletions

File tree

.basedpyright/baseline.json

Lines changed: 90 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27913,14 +27913,6 @@
2791327913
"lineCount": 1
2791427914
}
2791527915
},
27916-
{
27917-
"code": "reportAbstractUsage",
27918-
"range": {
27919-
"startColumn": 19,
27920-
"endColumn": 18,
27921-
"lineCount": 4
27922-
}
27923-
},
2792427916
{
2792527917
"code": "reportCallIssue",
2792627918
"range": {
@@ -28049,14 +28041,6 @@
2804928041
"lineCount": 1
2805028042
}
2805128043
},
28052-
{
28053-
"code": "reportAbstractUsage",
28054-
"range": {
28055-
"startColumn": 19,
28056-
"endColumn": 18,
28057-
"lineCount": 4
28058-
}
28059-
},
2806028044
{
2806128045
"code": "reportCallIssue",
2806228046
"range": {
@@ -30939,6 +30923,14 @@
3093930923
"lineCount": 1
3094030924
}
3094130925
},
30926+
{
30927+
"code": "reportIncompatibleMethodOverride",
30928+
"range": {
30929+
"startColumn": 8,
30930+
"endColumn": 16,
30931+
"lineCount": 1
30932+
}
30933+
},
3094230934
{
3094330935
"code": "reportUnannotatedClassAttribute",
3094430936
"range": {
@@ -30947,6 +30939,22 @@
3094730939
"lineCount": 1
3094830940
}
3094930941
},
30942+
{
30943+
"code": "reportIncompatibleMethodOverride",
30944+
"range": {
30945+
"startColumn": 8,
30946+
"endColumn": 37,
30947+
"lineCount": 1
30948+
}
30949+
},
30950+
{
30951+
"code": "reportIncompatibleMethodOverride",
30952+
"range": {
30953+
"startColumn": 8,
30954+
"endColumn": 27,
30955+
"lineCount": 1
30956+
}
30957+
},
3095030958
{
3095130959
"code": "reportUnannotatedClassAttribute",
3095230960
"range": {
@@ -30963,6 +30971,22 @@
3096330971
"lineCount": 1
3096430972
}
3096530973
},
30974+
{
30975+
"code": "reportIncompatibleMethodOverride",
30976+
"range": {
30977+
"startColumn": 8,
30978+
"endColumn": 26,
30979+
"lineCount": 1
30980+
}
30981+
},
30982+
{
30983+
"code": "reportIncompatibleMethodOverride",
30984+
"range": {
30985+
"startColumn": 8,
30986+
"endColumn": 28,
30987+
"lineCount": 1
30988+
}
30989+
},
3096630990
{
3096730991
"code": "reportUnknownParameterType",
3096830992
"range": {
@@ -30995,6 +31019,14 @@
3099531019
"lineCount": 1
3099631020
}
3099731021
},
31022+
{
31023+
"code": "reportIncompatibleMethodOverride",
31024+
"range": {
31025+
"startColumn": 8,
31026+
"endColumn": 37,
31027+
"lineCount": 1
31028+
}
31029+
},
3099831030
{
3099931031
"code": "reportImplicitOverride",
3100031032
"range": {
@@ -43539,6 +43571,48 @@
4353943571
"lineCount": 1
4354043572
}
4354143573
}
43574+
],
43575+
"./test/testlib.py": [
43576+
{
43577+
"code": "reportIncompatibleMethodOverride",
43578+
"range": {
43579+
"startColumn": 8,
43580+
"endColumn": 16,
43581+
"lineCount": 1
43582+
}
43583+
},
43584+
{
43585+
"code": "reportIncompatibleMethodOverride",
43586+
"range": {
43587+
"startColumn": 8,
43588+
"endColumn": 36,
43589+
"lineCount": 1
43590+
}
43591+
},
43592+
{
43593+
"code": "reportIncompatibleMethodOverride",
43594+
"range": {
43595+
"startColumn": 8,
43596+
"endColumn": 25,
43597+
"lineCount": 1
43598+
}
43599+
},
43600+
{
43601+
"code": "reportIncompatibleMethodOverride",
43602+
"range": {
43603+
"startColumn": 8,
43604+
"endColumn": 20,
43605+
"lineCount": 1
43606+
}
43607+
},
43608+
{
43609+
"code": "reportIncompatibleMethodOverride",
43610+
"range": {
43611+
"startColumn": 8,
43612+
"endColumn": 27,
43613+
"lineCount": 1
43614+
}
43615+
}
4354243616
]
4354343617
}
4354443618
}

0 commit comments

Comments
 (0)