-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Python 2 onlyPython 2 specificPython 2 specificstate: blockedCan not be done until something else is doneCan not be done until something else is donetype: maintenanceRelated to Development and Maintenance ProcessesRelated to Development and Maintenance Processes
Description
We should add
warn_unused_ignores = True
in our mypy global configuration in a follow up PR.Originally posted by @pradyunsg in #7932 (comment)
This would catch "unused" / redundant # type: ignore
comments, and allow us to remove them when they're no longer necessary.
Metadata
Metadata
Assignees
Labels
Python 2 onlyPython 2 specificPython 2 specificstate: blockedCan not be done until something else is doneCan not be done until something else is donetype: maintenanceRelated to Development and Maintenance ProcessesRelated to Development and Maintenance Processes