Skip to content

Commit

Permalink
Use black profile for isort (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Oct 18, 2020
1 parent 4ac7f2d commit 97e2625
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,11 @@ exclude=
doc

[isort]
profile = black
skip_gitignore = true
force_to_top = true
default_section = THIRDPARTY
known_first_party = xarray
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
line_length = 88

# Most of the numerical computing stack doesn't have type annotations yet.
[mypy-affine.*]
Expand Down

0 comments on commit 97e2625

Please sign in to comment.