Skip to content

On type formatting errors for args and kwargs #1257

Description

    def notify(self, *args, **kwargs):
  • Use the above code
  • Place cursor after the :
  • Hit enter
    def notify(self, * args, ** kwargs):

Brett Cannon (@brettcannon) Personally I don't think we should be doing this. What do you think?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

area-formattingbugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions