-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
formatterRelated to the formatterRelated to the formatterhelp wantedContributions especially welcomeContributions especially welcomepreviewRelated to preview mode featuresRelated to preview mode features
Milestone
Description
Implement Black's blank_line_after_nested_stub_class as a preview style. This new style only applies to stub files (.pyi)
class Outer:
class InnerStub: ...
outer_attr_after_inner_stub: int
class Inner:
inner_attr: int
outer_attr: int
# output
class Outer:
class InnerStub: ...
outer_attr_after_inner_stub: int
class Inner:
inner_attr: int
outer_attr: intSee added new lines after the nested classes (that don't have a dummy body)
Metadata
Metadata
Assignees
Labels
formatterRelated to the formatterRelated to the formatterhelp wantedContributions especially welcomeContributions especially welcomepreviewRelated to preview mode featuresRelated to preview mode features