lint: Configure isort for py files.
This commit is contained in:
parent
f537c7f4d5
commit
74c99ac405
4
pyproject.toml
Normal file
4
pyproject.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[tool.isort]
|
||||||
|
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
|
||||||
|
profile = "black"
|
||||||
|
line_length = 100
|
|
@ -1,6 +1,7 @@
|
||||||
crayons
|
crayons
|
||||||
twine
|
twine
|
||||||
coverage>=4.4.1
|
coverage>=4.4.1
|
||||||
|
isort
|
||||||
flake8
|
flake8
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
|
|
Loading…
Reference in a new issue