Skip to content

Commit

Permalink
isort should still move imports to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Dec 19, 2020
1 parent 865ea17 commit 6841e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ include_trailing_comma = True
length_sort = True
multi_line_output = 3
order_by_type = False
float_to_top = True

default_section = THIRDPARTY
extra_standard_library = typing_extensions
Expand Down

0 comments on commit 6841e7d

Please sign in to comment.