From b5a686730cacec8380f9218445fbb98b77e876b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 15 Feb 2023 22:12:54 +0200 Subject: [PATCH] Let black infer target-version (#88199) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63b5d17ab21..0b5dca3a3d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,6 @@ include-package-data = true include = ["homeassistant*"] [tool.black] -target-version = ["py310"] extend-exclude = "/generated/" [tool.isort]