update black target versions (#17699)

This commit is contained in:
Kyle Altendorf
2024-03-14 10:59:02 -07:00
committed by GitHub
parent a89222a428
commit e7c233d81a
+1 -1
View File
@@ -8,7 +8,7 @@ local_scheme = "no-local-version"
[tool.black]
line-length = 120
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
include = '''
^/(
[^/]*.py