Commit 86b9592
committed
[SPARK-37704] Update mypy version to 0.920
### What changes were proposed in this pull request?
This PR updates mypy version in GitHub workflow to 0.920.
Additionally, it fixes minor typing issue not detected by 0.910.
### Why are the changes needed?
To keep annotations up to date with typing tools.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests.
Closes #34972 from zero323/SPARK-37704.
Authored-by: zero323 <[email protected]>
Signed-off-by: zero323 <[email protected]>1 parent e2eaffe commit 86b9592
File tree
2 files changed
+2
-2
lines changed- .github/workflows
- python/pyspark/pandas
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
0 commit comments