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
There's currently something called "weak mode" that's labeled experimental, is used by nobody (AFAICT), likely buggy, and confuses readers of the implementation. Nobody cares about owning it. Therefore I propose to rip this out.
Fixes#2212.
All that's left is some calls to in_checked_function(), which replaces
the old typing_mode_full() and typing_mode_none() (its negation after
the elimination of typing_mode_weak()).
There's currently something called "weak mode" that's labeled experimental, is used by nobody (AFAICT), likely buggy, and confuses readers of the implementation. Nobody cares about owning it. Therefore I propose to rip this out.
This would also close:
In its place, we can now specify various flags like
check_untyped_defs
ordisallow_untyped_defs
in glob-sections ofmypy.ini
(see http://mypy.readthedocs.io/en/latest/config_file.html#per-file-flags)The text was updated successfully, but these errors were encountered: