Add pexpect in isort third party

This commit is contained in:
mhchia
2019-09-24 12:18:31 +08:00
parent d1c25b8b1e
commit 1bfc6b41e4

View File

@ -15,7 +15,7 @@ select = B,C,E,F,W,T4,B9
[isort]
force_sort_within_sections=True
known_third_party=pytest,p2pclient
known_third_party=pytest,p2pclient,pexpect
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0