From 1bfc6b41e42f2d5937a6362252a2095472b9a2da Mon Sep 17 00:00:00 2001 From: mhchia Date: Tue, 24 Sep 2019 12:18:31 +0800 Subject: [PATCH] Add pexpect in isort third party --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cbef62c..7a6b652 100644 --- a/tox.ini +++ b/tox.ini @@ -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