Skip to content

Commit 6841e7d

Browse files
committed
isort should still move imports to the top
1 parent 865ea17 commit 6841e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ include_trailing_comma = True
2727
length_sort = True
2828
multi_line_output = 3
2929
order_by_type = False
30+
float_to_top = True
3031

3132
default_section = THIRDPARTY
3233
extra_standard_library = typing_extensions

0 commit comments

Comments
 (0)