black: Bump target-version to py37.

This lets Black support a Python 3.7 async comprehension syntax, but
has no effect on our current code.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-03-24 18:42:18 -07:00 committed by Tim Abbott
parent 55882fb343
commit 2d71858380
1 changed files with 1 additions and 1 deletions

View File

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