From 67241f8a2b009669d8f69ffb83916f32178fea02 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 11 Jan 2022 15:38:05 -0500 Subject: [PATCH] Change the configuration for black's target Python version to 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b3f572..0a7432c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ build-backend = "setuptools.build_meta" showcontent = false [tool.black] -target-version = ['py27'] +target-version = ['py39'] extend-exclude = ''' # A regex preceded with ^/ will apply only to files and directories # in the root of the project. -- GitLab