summaryrefslogtreecommitdiff
path: root/.isort.cfg
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2021-07-04 01:51:46 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2021-07-07 17:27:31 -0700
commitb5d2c30d26060d4a55c88c1a665b6e9d95ba1644 (patch)
tree55c1249ddb07cdaed62a4276bb8549ceebecfce8 /.isort.cfg
parent7a9fe189e1df6aa50e6b89109f6e8464a1cd6fdf (diff)
downloadspack-b5d2c30d26060d4a55c88c1a665b6e9d95ba1644.tar.gz
spack-b5d2c30d26060d4a55c88c1a665b6e9d95ba1644.tar.bz2
spack-b5d2c30d26060d4a55c88c1a665b6e9d95ba1644.tar.xz
spack-b5d2c30d26060d4a55c88c1a665b6e9d95ba1644.zip
style: Move isort configuration to pyproject.toml
- [x] Remove flake8-import-order checks, as we only need isort for this - [x] Clean up configuration and requirements
Diffstat (limited to '.isort.cfg')
-rw-r--r--.isort.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/.isort.cfg b/.isort.cfg
deleted file mode 100644
index e787561d14..0000000000
--- a/.isort.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-[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