summaryrefslogtreecommitdiff
path: root/.isort.cfg
blob: e787561d149e4dcdf739fab62cb0bf6f2b02d8b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[settings]
profile=black
sections=FUTURE,STDLIB,THIRDPARTY,ARCHSPEC,LLNL,FIRSTPARTY,LOCALFOLDER
src_paths=lib
force_sort_within_sections=True
line_length=79
known_first_party=spack
known_archspec=archspec
known_llnl=llnl
honor_noqa=True
use_parentheses=True