From 49ff67f9ff514d33b8bc0ec4e19824c5ec8df57a Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sun, 15 Nov 2020 13:29:16 +0100 Subject: [PATCH] Configure black line length --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 862a52f21..7a03edc17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,10 @@ flake8-isort = "^4.0.0" pytest-cov = "^2.8.1" pytest-sugar = "^0.9.2" +[tool.black] +line-length = 100 +exclude = "/migrations/" + [build-system] requires = ["poetry>=1.0"] build-backend = "poetry.masonry.api" -- GitLab