-
-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Labels
testsUnit tests and/or continuous integrationUnit tests and/or continuous integration
Description
I'm commonly seeing a linter error in CI about shuffle extension code when modifying unrelated code:
absolufy-imports.........................................................Passed
isort....................................................................Passed
pyupgrade................................................................Passed
black....................................................................Passed
flake8...................................................................Passed
mypy.....................................................................Failed
- hook id: mypy
- exit code: 1
distributed/shuffle/shuffle_extension.py:534: error: Unused "type: ignore" comment
I can't reproduce the error locally, and when I remove the comment, it then does trigger an actual mypy error.
Metadata
Metadata
Assignees
Labels
testsUnit tests and/or continuous integrationUnit tests and/or continuous integration