Skip to content

Commit

Permalink
isort: Use profile = black
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 27, 2021
1 parent 8256973 commit 1de2ea8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ max-line-length = 119
extend-ignore = E203, W503

[isort]
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
ensure_newline_before_comments = True
profile = black
line_length = 119

0 comments on commit 1de2ea8

Please sign in to comment.