Fixing tox issues

This commit is contained in:
rospogrigio
2023-09-15 15:04:40 +02:00
parent 69774f574a
commit 0c8fd9d0ec
3 changed files with 5 additions and 5 deletions

View File

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