From c82db8caa03661c8b8c7a4db0306670270fb2924 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 2 Jun 2023 09:54:43 +0200 Subject: [PATCH] up target-version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5290743c..5c62ca12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] skip-string-normalization = true -target-version = ['py38'] +target-version = ['py39'] [tool.isort] profile = "black"