lint: Configure isort for py files.

This commit is contained in:
PIG208 2021-05-22 01:33:18 +08:00 committed by Tim Abbott
parent f537c7f4d5
commit 74c99ac405
2 changed files with 5 additions and 0 deletions

4
pyproject.toml Normal file
View file

@ -0,0 +1,4 @@
[tool.isort]
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
profile = "black"
line_length = 100

View file

@ -1,6 +1,7 @@
crayons crayons
twine twine
coverage>=4.4.1 coverage>=4.4.1
isort
flake8 flake8
mock mock
pytest pytest