diff --git a/pyproject.toml b/pyproject.toml index 486bbe6..aca4231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ [tool.black] line-length = 79 target-version = ['py27'] + +[tool.isort] +profile = "black" +multi_line_output = 3