From 1196d432854b5e92549dc2f43a7ec85b44aa30c1 Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:52:46 +1000 Subject: [PATCH] Update configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd5f113be..f1d7df9b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 80 -target-version = py38 +target-version = ["py38", "py39", "py310", "py311"] [tool.isort] profile = "black"