Skip to content

The plone profile is not compatible anymore with the recent black #2456

@ale-rt

Description

@ale-rt

Since psf/black#4489

The plone profile configuration:

isort/isort/profiles.py

Lines 44 to 50 in 024aa37

plone = black.copy()
plone.update(
{
"force_alphabetical_sort": True,
"force_single_line": True,
"lines_after_imports": 2,
}

Is not compatible anymore because of:

"lines_after_imports": 2,

That should be removed.

Refs. plone/Products.CMFPlone#4265

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions