From f5f9a58b1715e9fedc5a1f236181495874654d9a Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Thu, 21 Dec 2023 18:42:12 +0100 Subject: [PATCH] Fix target-version typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2c5274..3e73e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ sphinx_copybutton = "*" [tool.black] line-length = 119 -target-versions = ["py38", "py39", "py310", "py311"] +target-version = ["py38", "py39", "py310", "py311"] [tool.ruff] select = [