Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant multi_line_output = 3 from "Compatibility with black" #1858

Merged
merged 1 commit into from Nov 26, 2021
Merged

Remove redundant multi_line_output = 3 from "Compatibility with black" #1858

merged 1 commit into from Nov 26, 2021

Commits on Nov 25, 2021

  1. Remove redundant multi_line_output = 3 from "Compatibility with black"

    According to the profiles documentation:
    https://pycqa.github.io/isort/docs/configuration/profiles.html
    
    The black profiles contains: "multi_line_output = 3". Avoid confusion on
    the "Compatibility with black" page by not adding a redundant option.
    The reader may believe the extra "multi_line_output" is required.
    
    This came up in a real world scenario:
    pypa/pyproject-hooks#137 (comment)
    jdufresne committed Nov 25, 2021
    Copy the full SHA
    8924a65 View commit details
    Browse the repository at this point in the history