Skip to content

Commit

Permalink
Ruff: Known First party imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 14, 2024
1 parent 925560c commit e2df7c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ docstring-code-format = true
ignore = ["E402", "E501"]
select = ["E", "F", "I"]

[tool.ruff.lint.isort]
known-first-party = ["amrex"]

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

0 comments on commit e2df7c1

Please sign in to comment.