mirror of https://github.com/zulip/zulip.git
isort: Add modules that isort will no longer detect as third party.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
6363c49e3f
commit
ee39f697ee
|
@ -1,6 +1,6 @@
|
|||
[settings]
|
||||
multi_line_output = 3
|
||||
known_third_party = netifaces, tc_aws, thumbor
|
||||
known_third_party = decorator, jinja2, netifaces, tc_aws, stripe, thumbor, tornado, zulip
|
||||
include_trailing_comma = True
|
||||
use_parentheses = True
|
||||
line_length = 100
|
||||
|
|
Loading…
Reference in New Issue