Skip to content

Commit 6057ac5

Browse files
committed
Add py313 to black's list
1 parent 112b75a commit 6057ac5

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,6 +1,6 @@
11
[tool.black]
22
line-length = 99
3-
target-version = ["py36", "py37", "py38", "py39", "py310", "py311", "py312"]
3+
target-version = ["py36", "py37", "py38", "py39", "py310", "py311", "py312", "py313"]
44
include = '''
55
\.pyi?$
66
'''

0 commit comments

Comments
 (0)