Skip to content

Commit

Permalink
Use 'black' profile for isort (python#4336)
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored Jul 17, 2020
1 parent 12f9379 commit ee77a35
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ line_length = 130
target_version = ["py37"]

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
profile = "black"
combine_as_imports = true
line_length = 130
extra_standard_library = [
Expand Down

0 comments on commit ee77a35

Please sign in to comment.