Skip to content

Commit

Permalink
ruff isort ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Aug 16, 2024
1 parent 1750568 commit 38c685e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ dependencies = [
[project.optional-dependencies]
test = ["pytest"]

# "numpy>=1.26.0",
# "mpi4py>=3.1.5",
# "slepc4py==3.20.1",
# "petsc4py>=3.20.5",
[tool.ruff.lint.isort.sections]
"mpi" = ["mpi4py", "petsc4py"]

0 comments on commit 38c685e

Please sign in to comment.