From 1671d7841bb7e36fa4c6b7eef2bb96d80122c5a8 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Sun, 14 Jan 2024 14:52:38 +0100 Subject: [PATCH] set black for max line length --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8182e97..1f93e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,3 +28,6 @@ files = ["requirements.txt"] [build-system] requires = ["hatchling", "hatch-requirements-txt"] build-backend = "hatchling.build" + +[tool.black] +line-length = 88 \ No newline at end of file