Is your feature request related to a problem? Please describe.
the unused noqa and type: ignore are currently detected and removed automatically, there's no need to block pull requests CI with
|
# Warns about unneeded # type: ignore comments. |
|
warn_unused_ignores = True |
this is a feature request to switch the checking off.
Is your feature request related to a problem? Please describe.
the unused
noqaandtype: ignoreare currently detected and removed automatically, there's no need to block pull requests CI withMONAI/setup.cfg
Lines 188 to 189 in 3a3f6c4
this is a feature request to switch the checking off.