Skip to content

Commit d49d842

Browse files
authored
Merge pull request #716 from linsword13/py313
Add Py313 to black's list
2 parents 70c5c06 + 6057ac5 commit d49d842

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)