Skip to content

Commit cae6db0

Browse files
authored
Merge pull request #663 from pradyunsg/drop-no-used-isort-config
Drop no-longer-used isort configuration
2 parents 63d428d + 96f6f0a commit cae6db0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.editorconfig

-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ trim_trailing_whitespace = true
1212
indent_style = space
1313
indent_size = 4
1414

15-
[*.py]
16-
# https://github.com/timothycrosley/isort/wiki/isort-Settings
17-
line_length=120
18-
known_first_party=junction
19-
multi_line_output=3
20-
default_section=THIRDPARTY
21-
import_heading_stdlib=Standard Library
22-
import_heading_firstparty=Junction Stuff
23-
import_heading_thirdparty=Third Party Stuff
24-
2515
[*.yml]
2616
indent_style = space
2717
indent_size = 2

0 commit comments

Comments
 (0)