Skip to content

Commit 997301b

Browse files
Fix black target
1 parent 0a29768 commit 997301b

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
@@ -79,7 +79,7 @@ line_length = 80
7979

8080
[tool.black]
8181
line-length = 80
82-
target-version = ["py38", "py39", "py310", "py311", "py312"]
82+
target-version = ["py310", "py311", "py312", "py313", "py314"]
8383

8484
[tool.autoflake]
8585
expand-star-imports = true

0 commit comments

Comments
 (0)