Skip to content

Commit 8b718a1

Browse files
committed
Add py313 to the black config
1 parent 6167c37 commit 8b718a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build-backend = "poetry.core.masonry.api"
5050

5151
[tool.black]
5252
line-length = 120
53-
target-version = ["py38", "py39", "py310", "py311", "py312"]
53+
target-version = ["py38", "py39", "py310", "py311", "py312", "py313"]
5454

5555
[tool.isort]
5656
profile = "black"

0 commit comments

Comments
 (0)