annotate_models
annotate_models copied to clipboard
Adds typed and warn_indent as magic comments
As of right now, annotate models only considers frozen_string_literal and encoding as magic comments. This pr adds typed and warn_indent to the list.
Could you add some tests? Thanks.