Skip to content

Commit

Permalink
Target py3.8+ for black (#15583)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 3, 2023
1 parent dcdcc60 commit e86f097
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 = ["py37", "py38", "py39", "py310", "py311"]
target-version = ["py38", "py39", "py310", "py311"]
skip-magic-trailing-comma = true
force-exclude = '''
^/mypy/typeshed|
Expand Down

0 comments on commit e86f097

Please sign in to comment.