diff --git a/pyproject.toml b/pyproject.toml index 66d2a00..dd7acdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,3 +50,6 @@ pythonpath = [ norecursedirs = [ "tests/helpers" ] + +[tool.isort] +profile = "black"