Skip to content

Commit 6d5040a

Browse files
Skylion007pytorchmergebot
authored andcommitted
[BE] Update python versions for black formatter config (pytorch#99827)
Update black config to currently supported python versions in PyTorch Pull Request resolved: pytorch#99827 Approved by: https://github.com/ezyang
1 parent f8c6861 commit 6d5040a

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
@@ -18,4 +18,4 @@ build-backend = "setuptools.build_meta:__legacy__"
1818
[tool.black]
1919
# Uncomment if pyproject.toml worked fine to ensure consistency with flake8
2020
# line-length = 120
21-
target-version = ["py37", "py38", "py39", "py310"]
21+
target-version = ["py38", "py39", "py310", "py311"]

0 commit comments

Comments
 (0)