diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 00000000..5d85f60a --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,11 @@ +[settings] +line_length=125 +indent=' ' +skip=.tox,.venv,build,dist +known_standard_library=setuptools,pkg_resources +known_test=pytest +known_first_party=finn,hls4ml +sections=FUTURE,STDLIB,TEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER +default_section=THIRDPARTY +multi_line_output=3 +profile=black