1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Let black infer target-version (#88199)

This commit is contained in:
Ville Skyttä
2023-02-15 22:12:54 +02:00
committed by GitHub
parent dfe0ededa0
commit b5a686730c

View File

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