Skip to content

Commit f07ce4d

Browse files
codexByron
authored andcommitted
Update type-check baseline after mrepo initialization
The Python package / test (ubuntu, 3.12) check failed because basedpyright runs with its baseline locked and reported that the baseline error count went down by one. Unconditional mrepo initialization resolves the previous reportPossiblyUnboundVariable diagnostic, so remove that stale baseline entry. Validation: basedpyright --warnings; git diff --check.
1 parent ce8d1a0 commit f07ce4d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.basedpyright/baseline.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -491,14 +491,6 @@
491491
"lineCount": 1
492492
}
493493
},
494-
{
495-
"code": "reportPossiblyUnboundVariable",
496-
"range": {
497-
"startColumn": 15,
498-
"endColumn": 20,
499-
"lineCount": 1
500-
}
501-
},
502494
{
503495
"code": "reportArgumentType",
504496
"range": {

0 commit comments

Comments
 (0)