Skip to content

Commit

Permalink
Merge pull request #1858 from jdufresne/black-profile
Browse files Browse the repository at this point in the history
Remove redundant `multi_line_output = 3` from "Compatibility with black"
  • Loading branch information
timothycrosley committed Nov 26, 2021
2 parents 3ddd965 + 8924a65 commit 54d9c9b
Showing 1 changed file with 0 additions and 2 deletions.
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"]
```

0 comments on commit 54d9c9b

Please sign in to comment.