We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051bffa commit b85a764Copy full SHA for b85a764
1 file changed
setup.cfg
@@ -28,6 +28,8 @@ max-line-length = 120
28
[tool:isort]
29
line_length = 88
30
force_grid_wrap = 0
31
+known_first_party = junction
32
+default_section = THIRDPARTY
33
34
multi_line_output = 3
35
include_trailing_comma = True
0 commit comments