You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request:
The MyPy options section doesn't allow for the --check-untyped-defs option. I would love to be able to specify it.
Reason:
Some functions cannot be correctly typed, but the content can be. Forcing to ignore typing in functions is disabling the ability to catch errors based on types for part of code.
Solution:
Add the option to the list of valid options specified in the .prospector.yaml.
The text was updated successfully, but these errors were encountered:
Feature Request:
The MyPy options section doesn't allow for the
--check-untyped-defs
option. I would love to be able to specify it.Reason:
Some functions cannot be correctly typed, but the content can be. Forcing to ignore typing in functions is disabling the ability to catch errors based on types for part of code.
Solution:
Add the option to the list of valid options specified in the
.prospector.yaml
.The text was updated successfully, but these errors were encountered: