Skip to content

Commit

Permalink
Update black target version to 3.9+ (home-assistant#65260)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Jan 31, 2022
1 parent 40d871a commit 0673e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0673e96

Please sign in to comment.