1
mirror of https://github.com/home-assistant/core synced 2024-09-21 22:18:00 +02:00

Update black target version to 3.9+ (#65260)

This commit is contained in:
Ville Skyttä 2022-01-31 06:15:50 +02:00 committed by GitHub
parent 40d871a1a3
commit 0673e96401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ requires = ["setuptools~=60.5", "wheel~=0.37.1"]
build-backend = "setuptools.build_meta"
[tool.black]
target-version = ["py38"]
target-version = ["py39", "py310"]
exclude = 'generated'
[tool.isort]