From 08bf04342fde6ba1198018e98ba749368c2bc2d6 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Sun, 21 Feb 2021 20:07:40 +0100 Subject: [PATCH] black does not recognize Python 3.9 yet Signed-off-by: Christopher Arndt --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e244cd1..82c7546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,5 +70,5 @@ use_parentheses = true [tool.black] line-length = 99 -target-version = ['py36', 'py37', 'py38', 'py39'] +target-version = ['py36', 'py37', 'py38'] force-exclude = 'jack_mixer/nsmclient\.py' -- 2.11.4.GIT