diff --git a/pyproject.toml b/pyproject.toml index 6da0fb7..cbf25b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ line-length = 120 [tool.isort] line_length = 120 +profile = "black" [tool.pylint."MESSAGES CONTROL"] max-line-length = 120