Skip to content

Commit 6110b3a

Browse files
committed
Add isort configuration
1 parent d1911d2 commit 6110b3a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.isort.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[settings]
2+
multi_line_output = 3
3+
include_trailing_comma = True
4+
force_grid_wrap = 0
5+
use_parentheses = True
6+
line_length = 88
7+
known_crunch = cr, zz9d, zz9lib, pycrunch, silhouette
8+
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,CRUNCH,LOCALFOLDER
9+
default_section = THIRDPARTY
10+
combine_as_imports = 1
11+
profile = black

0 commit comments

Comments
 (0)