Feature
it would be cool if there was an option like --disallow-ignore-without-code or something that enforces error codes in type: ignore comments
Pitch
# type:ignore comments risk suppressing an unintended error, which is why it's preferred to specify the exact error code you're suppressing
Feature
it would be cool if there was an option like
--disallow-ignore-without-codeor something that enforces error codes intype: ignorecommentsPitch
# type:ignorecomments risk suppressing an unintended error, which is why it's preferred to specify the exact error code you're suppressing