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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/configuration/black_compatibility.md
Expand Up @@ -20,7 +20,6 @@ For instance, your _pyproject.toml_ file would look something like
```ini
[tool.isort]
profile = "black"
multi_line_output = 3
```

Read More about supported [config files](https://pycqa.github.io/isort/docs/configuration/config_files.html).
Expand Down Expand Up @@ -64,4 +63,3 @@ You can also set the profile directly when integrating isort within pre-commit.
- id: isort
args: ["--profile", "black", "--filter-files"]
```