Skip to content

Commit 83363e7

Browse files
authored
Merge pull request #1513 from Hasnep/update-black-target-version
Update black target version
2 parents 7c730e0 + 1b2867e commit 83363e7

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
@@ -60,7 +60,7 @@ include-package-data = true
6060
line-length = 120
6161
skip-string-normalization = true
6262
preview = true
63-
target-version = ["py36"]
63+
target-version = ["py311", "py312", "py313"]
6464
include = '\.pyi?$'
6565
exclude = '''
6666
/(

0 commit comments

Comments
 (0)