From 824a4a6cb096f507acbd78256f5574179c6b3a5d Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Wed, 28 Aug 2024 17:33:18 +0200 Subject: [PATCH] Fix isort config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 538ef306..d17e2eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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