Skip to content

Commit

Permalink
isort: AMReX as First Party Module (#304)
Browse files Browse the repository at this point in the history
Declare `amrex` our first party module, even if it is
not installed yet. This resolves inconsistencies when
sorting imports in developer or remote runs (pre-commit.com CI).
  • Loading branch information
ax3l authored Apr 30, 2024
1 parent f370d38 commit 2edabe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ ignore = ["E402"]


[tool.isort]
known_first_party = ["amrex"]
profile = "black"

0 comments on commit 2edabe8

Please sign in to comment.