Add py310 to the black target version (#14159)

This commit is contained in:
Kyle Altendorf 2022-12-22 00:58:35 -05:00 committed by GitHub
parent 8bf2d2ff3f
commit f2d99f6195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ local_scheme = "no-local-version"
[tool.black]
line-length = 120
target-version = ['py37', 'py38', 'py39']
target-version = ['py37', 'py38', 'py39', 'py310']
include = '''
^/(
[^/]*.py