From 25cee0c9df04b4ec9b65bfab09351519bf673732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 5 Dec 2022 13:13:20 +0100 Subject: [PATCH] Add settings for Black --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index aa235ec..36c1abb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,7 @@ build-backend = "poetry.core.masonry.api" [tool.isort] profile = "black" + +[tool.black] +line-length = 120 +target-version = ["py311"] \ No newline at end of file