From 7d1bec11f94747286c577894917943e98de1285b Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sun, 14 Aug 2016 17:24:59 -0700 Subject: [PATCH] Setting up python to allow 90 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2a035df971144..457d8f99c0b97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,3 +23,6 @@ detailed-errors=1 with-coverage=1 nocapture=1 cover-package=caravel + +[pycodestyle] +max-line-length=90