diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 00000000..b865cda2 --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,11 @@ +[settings] +multi_line_output = 3 +include_trailing_comma = True +force_grid_wrap = 0 +use_parentheses = True +line_length = 88 +known_crunch = cr, zz9d, zz9lib, pycrunch, silhouette +sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,CRUNCH,LOCALFOLDER +default_section = THIRDPARTY +combine_as_imports = 1 +profile = black