update isort line length

This commit is contained in:
Alex Stokes 2019-08-03 11:31:06 -07:00 committed by Kevin Mai-Husan Chia
parent 7477b29508
commit a20c172480

View File

@ -19,7 +19,7 @@ multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
line_length=100
skip_glob=*_pb2*.py
[testenv]