Skip to content

Commit ce607b5

Browse files
committed
Use isort's float-to-top
1 parent 4bb9d9c commit ce607b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ exclude=
161161
[isort]
162162
profile = black
163163
skip_gitignore = true
164-
force_to_top = true
164+
float_to_top = true
165165
default_section = THIRDPARTY
166166
known_first_party = xarray
167167

0 commit comments

Comments
 (0)