Skip to content

Commit

Permalink
Add py312 target version to black config (#16983)
Browse files Browse the repository at this point in the history
I won't have any effect, but will reflect our target versions better.
  • Loading branch information
sobolevn authored Mar 4, 2024
1 parent 9f36d7c commit 42afe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 99
target-version = ["py38", "py39", "py310", "py311"]
target-version = ["py38", "py39", "py310", "py311", "py312"]
skip-magic-trailing-comma = true
force-exclude = '''
^/mypy/typeshed|
Expand Down

0 comments on commit 42afe67

Please sign in to comment.