From c614f101f4717dfaa91bf3bb15ca632c9ed8a399 Mon Sep 17 00:00:00 2001 From: Bahtiar `kalkin-` Gadimov Date: Sat, 2 Jul 2016 19:49:15 +0200 Subject: [PATCH] Add yapf configuration to setup.cfg --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 08d135d4..f319102e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,3 +2,6 @@ max-line-length=80 ignore=E128,E302,E126,E127,E122 +[yapf] +split_before_named_assigns=off +column_limit=80