diff --git a/pyproject.toml b/pyproject.toml index 66676f4..65f3835 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,8 @@ build-backend = "poetry.core.masonry.api" # Lint Configurations [tool.isort] force_single_line = "True" +profile = "black" +line_length = "79" sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"] [tool.black]