From e69f784f1138af13d072550c02f2eebe2d94f4de Mon Sep 17 00:00:00 2001 From: vcidst Date: Fri, 22 Sep 2023 15:00:49 +0200 Subject: [PATCH] remove py37 from black --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 610fbdc437e7..82fc8f229001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.black] line-length = 88 -target-version = [ "py37", "py38", "py39", "py310",] +target-version = [ "py38", "py39", "py310",] exclude = "((.eggs | .git | .pytest_cache | build | dist))" [tool.poetry]