From a8f47c672f0c8a0c45e56ed8c4019dc315fc3db0 Mon Sep 17 00:00:00 2001 From: fwkz <2480867+fwkz@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:19:02 +0100 Subject: [PATCH] Fix `black` config file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 218734c..da98ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ line-length = 80 [tool.black] line-length = 80 -py36 = true +target-version = ["py38", "py39", "py310", "py311", "py312"] include = '\.pyi?$' exclude = ''' /(