From fe55cc1dc0ca205ca07edb06ae804af0a29fc6f2 Mon Sep 17 00:00:00 2001 From: rospogrigio <49229287+rospogrigio@users.noreply.github.com> Date: Sat, 27 Nov 2021 15:21:29 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d90fe71..cf08c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.black] -target-version = ["py37", "py38"] +target-version = ["py38", "py39"] include = 'custom_components/localtuya/.*\.py' # pylint config stolen from Home Assistant @@ -79,4 +79,4 @@ score = false expected-line-ending-format = "LF" [tool.pylint.MISCELLANEOUS] -notes = "XXX" \ No newline at end of file +notes = "XXX"