From fd0d830319f980748e53203b2d388bf80f9167da Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 24 Sep 2023 23:27:17 +0200 Subject: [PATCH] Adjust black target version to 3.9 (#553) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df7bbd4..532f8bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ extend_skip = ["api_pb2.py", "api_options_pb2.py"] [tool.black] exclude = 'api_pb2.py|api_options_pb2.py' -target-version = ['py37'] +target-version = ['py39'] [tool.pylint.MASTER] reports = 'no'