diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000000..424d3ae65b --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,6 @@ +[settings] +default_section = THIRDPARTY +known_first_party = mayan +known_django = django +multi_line_output = 5 +sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER