mirror of https://github.com/zulip/zulip.git
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:
parent
4d903dcc94
commit
71390fb635
|
@ -1,6 +1,6 @@
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
target-version = ["py37"]
|
target-version = ["py38"]
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
src_paths = [".", "tools", "tools/setup/emoji"]
|
src_paths = [".", "tools", "tools/setup/emoji"]
|
||||||
|
|
Loading…
Reference in New Issue