From e15a24db99765a51ac20ebf480c6271a0b0686e7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 21 Aug 2019 13:29:30 -0400 Subject: [PATCH] Add longer line lengths to #pycodestyle --- python/.config/pycodestyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/.config/pycodestyle b/python/.config/pycodestyle index 3dd2046..863b4c0 100644 --- a/python/.config/pycodestyle +++ b/python/.config/pycodestyle @@ -1,4 +1,4 @@ [pycodestyle] ignore = E226,E302,E41,E0202,E1101,W503 -max-line-length = 88 +max-line-length = 120 statistics = True