Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information