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]
|
[tool.isort]
|
||||||
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
|
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
crayons
|
crayons
|
||||||
twine
|
twine
|
||||||
coverage>=4.4.1
|
coverage>=4.4.1
|
||||||
|
black
|
||||||
isort
|
isort
|
||||||
flake8
|
flake8
|
||||||
mock
|
mock
|
||||||
|
|
Loading…
Reference in a new issue