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
Thanks for filing a feature request. It seems this option can receive an arbitrary string as MODULE and the current mypy Playground doesn't have a good sanitization/validation logic for such an option. This option is not trivial as adding a new boolean option, but I feel it's still worth supporting.
--untyped-calls-exclude MODULE
Disable --disallow-untyped-calls for functions/methods coming from specific
package, module, or class
For issues such as python/mypy#16651 and python/mypy#16652 and python/mypy#16653, it would be good to be able to create gists with different values of
--untyped-calls-exclude
.The text was updated successfully, but these errors were encountered: