Skip to content

Commit

Permalink
bld: isort configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Mar 8, 2023
1 parent 35e9b64 commit b750f4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,8 @@ archs = ["x86_64", "universal2", "arm64"]
# Use delvewheel on windows to gather all dll files.
before-build = "pip install delvewheel"
repair-wheel-command = "delvewheel repair --no-mangle-all --ignore-in-wheel -w {dest_dir} {wheel}"

[tool.isort]
# how should sorting be done
sections = ['FUTURE', 'STDLIB', 'THIRDPARTY', 'FIRSTPARTY', 'LOCALFOLDER']
src_paths = ["toolbox", "sisl"]

0 comments on commit b750f4b

Please sign in to comment.