Skip to content

Commit 336f6e1

Browse files
committed
Add py313 to black target versions
1 parent 9b08c03 commit 336f6e1

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
@@ -57,7 +57,7 @@ build-backend = "poetry.core.masonry.api"
5757

5858
[tool.black]
5959
line-length = 120
60-
target-version = ["py39", "py310", "py311", "py312"]
60+
target-version = ["py39", "py310", "py311", "py312", "py313"]
6161

6262
[tool.flake8]
6363
# E1: indentation: already covered by `black`

0 commit comments

Comments
 (0)