Skip to content

Commit e86f097

Browse files
authored
Target py3.8+ for black (#15583)
1 parent dcdcc60 commit e86f097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-backend = "setuptools.build_meta"
1717

1818
[tool.black]
1919
line-length = 99
20-
target-version = ["py37", "py38", "py39", "py310", "py311"]
20+
target-version = ["py38", "py39", "py310", "py311"]
2121
skip-magic-trailing-comma = true
2222
force-exclude = '''
2323
^/mypy/typeshed|

0 commit comments

Comments
 (0)