Skip to content

Commit c5284bd

Browse files
committed
remove py313 from black target
1 parent 5745dc1 commit c5284bd

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
@@ -1,7 +1,7 @@
11
[tool.black]
22
line-length = 88
33
extend-exclude = "/presentations/"
4-
target-version = ["py39", "py310", "py311", "py312", "py313"]
4+
target-version = ["py39", "py310", "py311", "py312"]
55
preview = true
66

77
[tool.pyright]

0 commit comments

Comments
 (0)