lint: Configure Black.
This commit is contained in:
parent
74c99ac405
commit
4083849b5d
|
@ -1,3 +1,7 @@
|
|||
[tool.black]
|
||||
line-length = 100
|
||||
target-version = ["py36"]
|
||||
|
||||
[tool.isort]
|
||||
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
|
||||
profile = "black"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
crayons
|
||||
twine
|
||||
coverage>=4.4.1
|
||||
black
|
||||
isort
|
||||
flake8
|
||||
mock
|
||||
|
|
Loading…
Reference in a new issue