Skip to content

Commit

Permalink
fix: add isort to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Sep 24, 2024
1 parent c438aa7 commit 9aa9479
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 @@ -136,3 +136,6 @@ scripts.anemoi-datasets = "anemoi.datasets.__main__:main"

[tool.setuptools_scm]
version_file = "src/anemoi/datasets/_version.py"

[tool.isort]
profile = "black"

0 comments on commit 9aa9479

Please sign in to comment.