Skip to content

Commit

Permalink
Fix isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Aug 28, 2024
1 parent 7712fba commit 824a4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ versionfile_build = "pyresample/version.py"
tag_prefix = "v"

[tool.isort]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"
profile = "black"
skip_gitignore = true
force_to_top = true
Expand Down

0 comments on commit 824a4a6

Please sign in to comment.