Drop py39 from black target-version (#86814)

This commit is contained in:
Ville Skyttä 2023-01-27 22:39:52 +02:00 committed by GitHub
parent 15492aead0
commit 50c2992f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ include-package-data = true
include = ["homeassistant*"]
[tool.black]
target-version = ["py39", "py310"]
target-version = ["py310"]
extend-exclude = "/generated/"
[tool.isort]