Skip to content

Commit d24261d

Browse files
committed
Add Python 3.12 and 3.13 to black target versions
1 parent 03e5c81 commit d24261d

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
@@ -54,7 +54,7 @@ line_length = 80
5454

5555
[tool.black]
5656
line-length = 80
57-
target-version = ["py39", "py310", "py311"]
57+
target-version = ["py39", "py310", "py311", "py312", "py313"]
5858

5959
[tool.autoflake]
6060
expand-star-imports = true

0 commit comments

Comments
 (0)