diff --git a/pyproject.toml b/pyproject.toml index 3155a51..6a21784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,5 @@ testpaths = [ "tests" ] +[tool.isort] +profile = "black" \ No newline at end of file