Skip to content

Commit

Permalink
Added configuration for isort from finn-base and modified line length…
Browse files Browse the repository at this point in the history
… and first party packages.
  • Loading branch information
heborras committed Aug 4, 2021
1 parent 2d50e01 commit c009545
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c009545

Please sign in to comment.