mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
55882fb343
commit
2d71858380
@@ -1,6 +1,6 @@
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
target-version = ["py36"]
|
||||
target-version = ["py37"]
|
||||
|
||||
[tool.isort]
|
||||
src_paths = [".", "tools", "tools/setup/emoji"]
|
||||
|
Reference in New Issue
Block a user