From 7a9fe189e1df6aa50e6b89109f6e8464a1cd6fdf Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:30:41 -0700 Subject: style: add support for `isort` and `--fix` --- .isort.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .isort.cfg (limited to '.isort.cfg') diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000000..e787561d14 --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,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 -- cgit v1.2.3-70-g09d2