-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
featuretopic-configurationConfiguration files and flagsConfiguration files and flagstopic-type-ignore# type: ignore comments# type: ignore comments
Description
Feature
My goal is to check all the ignored inline
mypy errors/warnings
Pitch
People often added inline comment # type: ignore
to ignore mypy error for a specific line, but it's difficult to trace for other developers, or for audit purpose. Now I would like to have something similar to flake8 --disable-noqa
, which show all the mypy errors/warnings regardless of these inline ignores.
ssbarnea, CarrotManMatt and jvanasco
Metadata
Metadata
Assignees
Labels
featuretopic-configurationConfiguration files and flagsConfiguration files and flagstopic-type-ignore# type: ignore comments# type: ignore comments