From 0bbeb18d35149e983998ced639c8f31f08c5b7ca Mon Sep 17 00:00:00 2001 From: Juan Pablo Amoroso Date: Fri, 27 Dec 2019 13:03:54 -0300 Subject: [PATCH] Increase max_line_length for formatter --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 791f075..def14d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,6 @@ [flake8] max-line-length = 119 + +[yapf] +based_on_style = pep8 +column_limit = 119