b5d2c30d26
- [x] Remove flake8-import-order checks, as we only need isort for this - [x] Clean up configuration and requirements
14 lines
251 B
TOML
14 lines
251 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
sections = [
|
|
"FUTURE",
|
|
"STDLIB",
|
|
"THIRDPARTY",
|
|
"ARCHSPEC", "LLNL", "FIRSTPARTY",
|
|
"LOCALFOLDER",
|
|
]
|
|
known_first_party = "spack"
|
|
known_archspec = "archspec"
|
|
known_llnl = "llnl"
|
|
src_paths = "lib"
|
|
honor_noqa = true
|