From 35d762c62b0f3e0b5fa9d20197c8fa604e94588d Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sun, 4 Nov 2018 15:18:47 +0100 Subject: [PATCH] Increased isort max line length to match black/flake8. Change-Id: I743b97f14d9f3cc576d46212d58607c039d19ed7 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a8c67bd..659431f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,4 +77,4 @@ multi_line_output=3 include_trailing_comma=True force_grid_wrap=0 combine_as_imports=True -line_length=88 +line_length=120