black: Bump target-version to py38.

This has no effect on our current code.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-04-26 17:00:45 -07:00 committed by Tim Abbott
parent 4d903dcc94
commit 71390fb635
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tool.black]
line-length = 100
target-version = ["py37"]
target-version = ["py38"]
[tool.isort]
src_paths = [".", "tools", "tools/setup/emoji"]