Skip to content

Commit 97e2625

Browse files
authored
Use black profile for isort (#4518)
1 parent 4ac7f2d commit 97e2625

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.cfg

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,11 @@ exclude=
157157
doc
158158

159159
[isort]
160+
profile = black
161+
skip_gitignore = true
162+
force_to_top = true
160163
default_section = THIRDPARTY
161164
known_first_party = xarray
162-
multi_line_output = 3
163-
include_trailing_comma = True
164-
force_grid_wrap = 0
165-
use_parentheses = True
166-
line_length = 88
167165

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

0 commit comments

Comments
 (0)