From d8d7778cabf35a534269c40c334dea5195b22d6c Mon Sep 17 00:00:00 2001 From: Nettika Date: Sat, 16 Dec 2023 16:02:20 -0800 Subject: [PATCH] Configure isort profile --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1778c56..d29716a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,3 +15,6 @@ advent-of-code-2023 = "advent_of_code.__main__:main" [tool.pytest.ini_options] testpaths = ["tests"] + +[tool.isort] +profile = "black"