Update pyproject.toml

This commit is contained in:
rospogrigio
2021-11-27 15:21:29 +01:00
committed by GitHub
parent 427e64444b
commit fe55cc1dc0

View File

@@ -1,5 +1,5 @@
[tool.black] [tool.black]
target-version = ["py37", "py38"] target-version = ["py38", "py39"]
include = 'custom_components/localtuya/.*\.py' include = 'custom_components/localtuya/.*\.py'
# pylint config stolen from Home Assistant # pylint config stolen from Home Assistant