From 5b1844f73730d0c778d96da71e6156b616a4911e Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:04:11 +1000 Subject: [PATCH] Add black option --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 950779253..fd5f113be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [tool.black] line-length = 80 +target-version = py38 [tool.isort] profile = "black"