mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update black target version to 3.9+ (#65260)
This commit is contained in:
parent
40d871a1a3
commit
0673e96401
@ -3,7 +3,7 @@ requires = ["setuptools~=60.5", "wheel~=0.37.1"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
target-version = ["py38"]
|
target-version = ["py39", "py310"]
|
||||||
exclude = 'generated'
|
exclude = 'generated'
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user