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
Expose more granular Assignments and Accesses for dotted imports in ScopeProvider. #284
get_qualified_names_for returns the most appropriate qualified name. #290
Surface SyntaxError raised by formatter in codemod run. #288#289
Rename ApplyTypeAnnotationsVisitor.add_stub_to_context as ApplyTypeAnnotationsVisitor.store_stub_in_context and add overwrite_existing_annotations to allow overwrite existing type annotations. #289
Fixed
Close opened file handles on finishing codemod to avoid Too many open files on OSX. #283
Deprecated
ApplyTypeAnnotationsVisitor.add_stub_to_context is renamed as ApplyTypeAnnotationsVisitor.store_stub_in_context.