Skip to content

Commit

Permalink
remove known_first_party option
Browse files Browse the repository at this point in the history
According to PyCQA/isort#1147, import code exists in same directory as any files isort is told to sort will be recognized as FIRSTPARTY

Signed-off-by: Zhipeng Han <hanzhipeng9@gmail.com>
  • Loading branch information
OneDirection9 committed Jul 30, 2020
1 parent 7fadfae commit efd0275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ line_length = 100
multi_line_output = 3
include_trailing_comma = True
extra_standard_library = pkg_resources,setuptools
known_first_party = foundation
default_section = THIRDPARTY
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
no_lines_before = LOCALFOLDER
Expand Down

0 comments on commit efd0275

Please sign in to comment.