diff --git a/pyproject.toml b/pyproject.toml index 5669e990..3098cd20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [tool.isort] py_version = "311" profile = "black" +line_length = 200 # Allows longer imports without excessive wrapping [tool.black] target-version = ['py311']