mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Drop py39 from black target-version (#86814)
This commit is contained in:
parent
15492aead0
commit
50c2992f36
@ -74,7 +74,7 @@ include-package-data = true
|
|||||||
include = ["homeassistant*"]
|
include = ["homeassistant*"]
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
target-version = ["py39", "py310"]
|
target-version = ["py310"]
|
||||||
extend-exclude = "/generated/"
|
extend-exclude = "/generated/"
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user