Skip to content

Commit 49af450

Browse files
authored
Merge pull request #665 from pradyunsg/isort-weirdness
Try fixing broken isort runs
2 parents cae6db0 + b85a764 commit 49af450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ max-line-length = 120
2828
[tool:isort]
2929
line_length = 88
3030
force_grid_wrap = 0
31+
known_first_party = junction
32+
default_section = THIRDPARTY
3133

3234
multi_line_output = 3
3335
include_trailing_comma = True

0 commit comments

Comments
 (0)