From 037ab915bd455cccf46391f02f61949e5c84f1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 8 Oct 2022 14:08:16 +0200 Subject: wip: saturday fixup --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 619f2a8..0e901b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,9 @@ show_missing = true fail_under = 100 exclude_lines = ["pragma: no cover"] +[tool.black] +line-length = 80 + [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" -- cgit v1.2.3